Funm @Sin VS Sin of Matrix Matlab -
If I have a matrix then A = [0.64 0.42; 0.42 0.97] In Matlab, why sin (A) give me a different result than funm (A, @ sign)? Will I expect them to be the same? The brain (A, @ sin) calls a matrix sin operation, which is a separate operation. Sin (A) call, which is the sin of every individual entry in the matrix. Matrix is done instead of sin based on the calculation of a power series, as defined here:
How is this page used for a matrix sin It also provides good discussion about it, and how is it different to the sin of a personal element
Comments
Post a Comment