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...
대략 5년 전 | 답변 수: 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...
5년 초과 전 | 답변 수: 1 | 0