Is anyone else getting an error about the matrix multiplication? I entered the multiplication as instructed, and it said that there was a dimension mismatch...I tried it with v first, and the answer I got doesn't solve the equations.
To unsubscribe from this group, send email to math-285-fg-spring-2010+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
c=M^(-1)*v
worked fine on my Matlab. Anyway, hope you got the problem done.
On Mar 19, 10:12 am, Rico Johnson <rjohns...@gmail.com> wrote:
> Hey Amy,
>
> I received that error message as well. The problem is that M^(-1) is not a
> Matlab command. You have to enter it in as M' (M prime) so that it can
> transform the matrix for you. I hope this is helpful.
>
To unsubscribe from this group, send email to math-285-fg-spring-2010+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
On Mar 25, 6:30 pm, Rico Johnson <rjohns...@gmail.com> wrote:
> I typed c=M'*v and received a response. When I typed c=M^(-1)*v, I couldn't
> get a response.
>
> On Fri, Mar 19, 2010 at 12:33 PM, Professor Laugesen
> <lauge...@illinois.edu>wrote: