
Sarah Molina Esteves
Followers: 0 Following: 0
Feeds
提问
nxn matrix as an input argument in function
function x = matrix(b, L, U) A= L * U x= inv(A)*b end I am trying to write a function that solves for an matrix, a known...
4 years 前 | 1 个回答 | 0
1
个回答提问
How to write a function that takes an interval [a,b] and a function f(x) and computes the integral of f(x) from a to b using the Trapezium rule.
How to write a function that takes an interval [a,b] and a function f(x) and computes the integral of f(x) from a to b using the...
4 years 前 | 1 个回答 | 0