Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this user
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jrr13011
/
ME3255S2017
Public
forked from
sed12008/ME3255S2017
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Files
81a5368
HW1
HW2
HW3
HW4
HW5
README.html
README.md
README.pdf
lu_tridiag.m
solve_tridiag.m
spring_mass.png
spring_mass.svg
test_arrays.m
extra_credit_1
lecture_01
lecture_02
lecture_03
lecture_04
lecture_05
lecture_06
lecture_07
lecture_08
lecture_09
lecture_10
lecture_11
lecture_12
lecture_13
lecture_14
lecture_15
lecture_16
linear_algebra
README.md
octave-workspace
Breadcrumbs
ME3255S2017
/
HW5
/
solve_tridiag.m
Blame
Blame
Latest commit
History
History
11 lines (9 loc) · 298 Bytes
Breadcrumbs
ME3255S2017
/
HW5
/
solve_tridiag.m
Top
File metadata and controls
Code
Blame
11 lines (9 loc) · 298 Bytes
Raw
function x=solve_tridiag(ud,uo,lo,b);``` % solve_tridiag solves Ax=b for x % given % the diagonal of the Upper matrix, ud % the off-diagonal of the Upper matrix, uo % the off-diagonal of the Lower matrix, lo % the vector b % note: the diagonal of the Lower matrix is all ones end
1
2
3
4
5
6
7
8
9
10
You can’t perform that action at this time.