Consider the linear system
a) Find the eigenvalues and eigenvectors for the coefficient matrix
b) For each eigenpair in the previos part, form a solution of
c) Does the set of solutions you found form a fundamental set (i.e., linearly independent set) of solution? No, it is not a fundamental set.
Since
ite = 8
int r = 1;
int s = 1;
int R = 0;
for (int i=0,i<ite,1){
R = 3*r+4*s;
s=2*r+3*s;
r=R
}
int result = r/s;
System.out.println(result);
But it's not exactly the code one would get using picard's iteration method, so my answer does not fit the criteria. What am-I doing wrong?
If one does not know the answer but knows how to visualise picard's method for calculating sqrt(2) on a graph that would already help me a lot.
Thanks in advance
The given system of inequality:
Also find the coordinates of all vertices, and check whether the solution set is bounded.