Victoria Ródenas
2019년부터 활동
Followers: 0 Following: 0
Feeds
질문
how can I solve this exercise
I need to solve this exercise: knowing dc(t)/dt=kd*c(t)^2 --> Co=10 (t=0), kd=0,1 1.The exact solution to the problem of init...
거의 5년 전 | 답변 수: 0 | 0
0
답변질문
How can I create one vector x to have this function correct? x has to be the column vector k- 'th of A, from its diagonal to the end
function [Q, R] = miqr(A) [nr,nc]=size(A); Q=eye(nr); k=A(:,1:nc-1); x=k(2:nr,nc); --> the error is here, it says "index ...
거의 5년 전 | 답변 수: 1 | 0