awass

301 Reputation

10 Badges

19 years, 306 days

MaplePrimes Activity


These are questions asked by awass

Here is a recent session on Maple 12.1. The exact thing happens on Maple 11.5. I define a vector x , Maple acknowledges the fact but then if I ask if x is, in fact, that vector it says no. Any idea of what is going on? with(LinearAlgebra): > x := Vector(2, [1, 0]); Note Maple correctly prints transpose [1 0] on screen. [1] x := [ ] [0] if x=Vector(2, [1, 0]) then 7 else 3 end if; 3 is(x=Vector(2, [1, 0]));
In previous versions of Maple there was an abort/interrupt capability-one could hold down the command key and a period at the same time and eventually Maple would stop the calculation. (Mac worksheet interface). Now there is an interrupt icon which is frequently ignored by Maple. I am currently in an ∞ loop and cannot get out! Help!
(I think this was posted in the wrong section of mapleprimes.) Hi, I have read the manual on saving to a file many times but it never works for me. I am using Maple 10 on a Mac running MacOS 10.4.10. I have copied the example from the manual and run that and it does work so I am quite confused. Here is what I would like to do: I have a worksheet with lots of definitions,equations, lists, etc. and I would like to have these available on another worksheet. I have tried > save nx; # nx is the name of my worksheet then > read nx; Error, unable to read `nx` I have the same problem with trying to save names e.g.
First 8 9 10 Page 10 of 10