Feeds
답변 있음
dsolve - doesn't work inside a function.
function[ ] = fun(f) syms t x ftx = f(t,x); %pass symbolic arguments to the anonymous function! dfun = subs(sym('Dx ...
dsolve - doesn't work inside a function.
function[ ] = fun(f) syms t x ftx = f(t,x); %pass symbolic arguments to the anonymous function! dfun = subs(sym('Dx ...
거의 14년 전 | 0
질문
dsolve - doesn't work inside a function.
How can I solve: dx/dt = f(t,x) , x(t_0) = x_0 using dsolve? (or in any other symbolic way) If I try typing for example: d...
거의 14년 전 | 답변 수: 2 | 0
2
답변답변 있음
[Solved] Power method, eigenvalues.
Are there any other methods of computing eigenvalues?
[Solved] Power method, eigenvalues.
Are there any other methods of computing eigenvalues?
14년 초과 전 | 0
질문
[Solved] Power method, eigenvalues.
function l = ww(A,E) n = length(A); y = []; x = []; for i = 1:n % starting vector x(i) = A(i,1)...
14년 초과 전 | 답변 수: 4 | 0
