i have written a code to get LU decomposition,now i need a code to solve LUx=b

1 次查看(过去 30 天)
L,U is n*n matrix i'm working on Doolittle method of solving Ax=b i need a code to solve for x

采纳的回答

Torsten
Torsten 2018-2-22
First solve L*y = b for y, then solve U*x = y for x.
Best wishes
Torsten.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by