Jessica Arroyo
Followers: 0 Following: 0
Feeds
提问
How can I plot my solutions in my phase portait?
This model involves modeling Romeo and Juilet's love, however I am having trouble plotting my solutions. They are not showing in...
1 year 前 | 1 个回答 | 0
1
个回答提问
Why doesn't the L in my partial pivot LU decomposition switch rows?
Everything else works well besides my L, please help. A= [1 2 3 1; 4 5 6 2; 7 8 0 4; 0 1 3 1]; GE = GE_partial(A); %% fu...
2 years 前 | 1 个回答 | 0
1
个回答提问
Why do I keep getting a zero for x(9) for Backward subsitution?
This is my code for backward subsitution. I keep getting zero for x(9) each run. I'm not sure what I'm doing wrong. %% b U =...
2 years 前 | 2 个回答 | 0