Christopher2222

MaplePrimes Activity


These are replies submitted by Christopher2222

Exporting as simple text from maple and reading back in.

read "f:/input.txt";
Error, on line 1, syntax error, `>` unexpected:
> a := 5;
^
Error, while reading ``f:/input.txt``

Exporting as simple text from maple and reading back in.

read "f:/input.txt";
Error, on line 1, syntax error, `>` unexpected:
> a := 5;
^
Error, while reading ``f:/input.txt``

a := 5;
b := 5*x+3*y;
c := "Some text";
d := 7/(3*i);

Is translated when viewed by an editor file as

`:=`(a, 5):
`:=`(b, `+`(`*`(5, `*`(x)), `*`(3, `*`(y)))):
`:=`(c, "Some text"):
`:=`(d, `+`(`*`(7, `*`(`/`(`+`(`*`(3, `*`(i)))))))):

locating them and separating them out is what I had in mind in capturing your parameters from another mw file.  Unfortunately one will have to create your own routine for Maple to work with the params / eqs.


a := 5;
b := 5*x+3*y;
c := "Some text";
d := 7/(3*i);

Is translated when viewed by an editor file as

`:=`(a, 5):
`:=`(b, `+`(`*`(5, `*`(x)), `*`(3, `*`(y)))):
`:=`(c, "Some text"):
`:=`(d, `+`(`*`(7, `*`(`/`(`+`(`*`(3, `*`(i)))))))):

locating them and separating them out is what I had in mind in capturing your parameters from another mw file.  Unfortunately one will have to create your own routine for Maple to work with the params / eqs.


Curiously in M12 when I assume x

taylor(f(x), x = 1)assuming x < 0;


       /1                    \   1        /1                   \           1          /1                   \        2
 exp|- I signum(x) Pi| + - exp|- I signum(x) Pi| (x - 1) - - exp|- I signum(x) Pi| (x - 1)
       \2                    /   2        \2                   /           8          \2                   /         
 
      1         /1                   \          3    5         /1                   \          4     7        /1                   \           5   
    + -- exp|- I signum(x) Pi| (x - 1)  - --- exp|- I signum(x) Pi| (x - 1)  + --- exp|- I signum(x) Pi| (x - 1)  +
      16       \2                   /               128      \2                   /                256      \2                   /            

      /       6 \
   O\(x - 1) /




In Maple 16 it just adds I everywhere except in the higher order term.

Curiously in M12 when I assume x

taylor(f(x), x = 1)assuming x < 0;


       /1                    \   1        /1                   \           1          /1                   \        2
 exp|- I signum(x) Pi| + - exp|- I signum(x) Pi| (x - 1) - - exp|- I signum(x) Pi| (x - 1)
       \2                    /   2        \2                   /           8          \2                   /         
 
      1         /1                   \          3    5         /1                   \          4     7        /1                   \           5   
    + -- exp|- I signum(x) Pi| (x - 1)  - --- exp|- I signum(x) Pi| (x - 1)  + --- exp|- I signum(x) Pi| (x - 1)  +
      16       \2                   /               128      \2                   /                256      \2                   /            

      /       6 \
   O\(x - 1) /




In Maple 16 it just adds I everywhere except in the higher order term.

Regarding updates in the past I was only expressing my conclusion I came to about updates.

I see your point, but why should I, not an employee of Maplesoft, care about revenue?

I am not saying new users should buy an old version at all, by all means wait for for the new one to come out in April or May.   Without actually knowing the answer to the update question, I think my conclusion is fairly good.  But I was hoping Maplesoft would prove my conclusion wrong by issuing an update.  Consumers can always wish :)

I have submitted an SCR

Thanks, that was simple I glazed right over that in the help. 

Thanks, that was simple I glazed right over that in the help. 

So, old models submitted to the application center will be lost then?

If I may suggest you keep them available for older maplesim users?  Some I believe are still useful.  Most models are under 100kb and they don't take up much space.  In addition to what you already have perhaps you could create a MapleSim archive vault for models you don't plan to put in the gallery?

Thanks for the update.

Just curious will all be included?  Or are some select few being omitted?  I note the Tuned mass damper for attenuating vibration for MapleSim 4 is not there. 

Was also wondering if the MapleSim Gallery sort by version?  MapleSim6 models, MapleSim5 models, MapleSim4 etc...

 

From this

ma1.doc

to this

ma2.doc

I could not paste contents into here as it would not display the icons.  I wanted a full visual so the word doc's were the best I could do.

Thank you.

Thank you.

First 90 91 92 93 94 95 96 Last Page 92 of 162