12-11-2007 11:24 AM
I have this code . I know it works in MATLAB. I tried to make it work in MathScript but in the last step, i only get M to be a zero matrix. however it should have values then. What is wrong??
t = (0:0.0000001:.01);
f1 = .0011312*cos(2*pi*49400*t);
f2 = .0033936*cos(2*pi*100*t);
H = (f1 + f2);
x = ((2.93464*10^-10)*H);
ms=1000;
M = ms * (coth(x) - (1./x));
12-11-2007 11:31 AM
12-11-2007 11:36 AM
12-11-2007 12:36 PM
12-11-2007 11:10 PM
12-12-2007 02:40 PM
12-12-2007 10:40 PM