Skip to content

Commit

Permalink
Update lu_tridiag.m
Browse files Browse the repository at this point in the history
  • Loading branch information
chv14004 committed Mar 25, 2017
1 parent f35117d commit 4aba4d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lu_tridiag.m
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@

function [ud,uo,lo]=lu_tridiag(e,f,g)

n=size(e);

end

0 comments on commit 4aba4d0

Please sign in to comment.