Recent content by haz

  1. H

    MATLAB Composite Simpsons 1/3 matlab code

    Thankyou very much for your reply. I actually was able to make these adjustments before reading your reply but you have given me confidence so thankyou! I am however confused as to why it is a bad idea to set up my for loop counters as I have done. Would you be able to tell be me why it is bad...
  2. H

    MATLAB Composite Simpsons 1/3 matlab code

    hey guys, So I'm working on a MATLAB function that uses simpsons 1/3 rule to find an integral. This is what I have done so far, but I'm not 100% confident.. I seem to get double when I use greater segments. If anyone would be able to have a look at give me some tips that would be very much...
  3. H

    Why Can't I Find All Eigenvectors for My 3x3 Matrix?

    Hey everyone. I have a matrix A = {{7,-5,0},{-5,7,0},{0,0,-6}} I have found the Eigenvalues, 2,12,-6 but I'm only getting one Eigenvector, (0,0,1).. I know there is 2 others (-1,1,0) and (1,1,0) but I am unable to get them by hand. Once I get the matrix in the form (A-λI)*v = o, I just get...
Back
Top