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 years 前 | 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 years 前 | 1 个回答 | 0