Community Profile

photo

Victoria Ródenas


Active since 2019

Statistics

Content Feed

View by

Question


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...

4 years ago | 0 answers | 0

0

answers

Question


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 ...

4 years ago | 1 answer | 0

1

answer