photo

Sarah Molina Esteves


Last seen: 3 years 前 自 2020 起处于活动状态

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

1

个回答