bjean

28 Reputation

2 Badges

18 years, 301 days

MaplePrimes Activity


These are questions asked by bjean

I am trying to animate two different space curves such that the second curve starts a specified time after the 1st curve. At first glance, it looked like this would work, but it does not. > with(plots); with(Student[VectorCalculus]); > > a := animate(spacecurve, [[cos(t), sin(t), t], t = 0 .. A], A = 0 .. 2 Pi, color = red, axes = boxed, labels = [x, y, z]); > b := animate(spacecurve, [[sin(t), cos(t), t], t = Pi .. B], B = Pi .. 2 Pi), color = blue); > display(a, b);

I am trying to import data from Vernier's LabQuest for curve fitting in Maple 11. I can get a .CSV file which appears to be loaded in Maple  11 but I cannot get it in a format that I can use the polynomial interpolation command. Is there a step-by-step instruction set somewhere that I can follow that will walk me through the import to final polynomial fit? The data is titration data with over 1000 pairs of data ... way to much to imput by hand.

 

Thanks for any help.

 


 

Page 1 of 1