Christopher2222

6035 Reputation

24 Badges

17 years, 144 days

MaplePrimes Activity


These are replies submitted by Christopher2222

I don't know if mass concentration is the answer.  I'm sure Maplesim has distributive mass ???  I would just like to know if maplesim is modelling it correctly. 

I don't know if mass concentration is the answer.  I'm sure Maplesim has distributive mass ???  I would just like to see how maplesim can model it correctly.  Please if anyone has an answer feel free to comment as well.

It will run on Windows XP in compatability mode.

Actually there is a copy of MapleV r 4 on the web somewhere.  I came across it last week.  Can't find it now though. 

It will run on Windows XP in compatability mode.

Actually there is a copy of MapleV r 4 on the web somewhere.  I came across it last week.  Can't find it now though. 

Thanks for the help

Thanks for the help

It would be advantageous to point here where some example data is located.

http://www.unidata.ucar.edu/software/netcdf/examples/files.html

I need to assign after I read it in.

I need to assign after I read it in.

better example

test.txt file contains (b, Einstein once said "Everyone is  genius", in a famous quote.)

a:=readline("c:/test.txt")
                            a:=" (b, Einstein once said "Everyone is  genius", in a famous quote.)"

The reason to use parse is so that I can use assign but the extra quotes foil the attempt.

 

better example

test.txt file contains (b, Einstein once said "Everyone is  genius", in a famous quote.)

a:=readline("c:/test.txt")
                            a:=" (b, Einstein once said "Everyone is  genius", in a famous quote.)"

The reason to use parse is so that I can use assign but the extra quotes foil the attempt.

 

If Maple explicitly knows there is a backslash behind quotes within quotes it will be okay as your example shows.

If I change the test.txt file to read a:="Einstein once said Everyone is a genius, in a famous quote." which is a proper Maple statement it is fine until I add quotes within the quotes.

 



If Maple explicitly knows there is a backslash behind quotes within quotes it will be okay as your example shows.

If I change the test.txt file to read a:="Einstein once said Everyone is a genius, in a famous quote." which is a proper Maple statement it is fine until I add quotes within the quotes.

 



for example

test.txt file contains following text :  Einstein once said "Everyone is a genius", in a famous quote.

a:=readline("c:/test.txt")
                                          a:= "Einstein once said "Everyone is a genius", in a famous quote."

parse(a)

Error, incorrect syntax in parse: missing operator or `;` (14)

for example

test.txt file contains following text :  Einstein once said "Everyone is a genius", in a famous quote.

a:=readline("c:/test.txt")
                                          a:= "Einstein once said "Everyone is a genius", in a famous quote."

parse(a)

Error, incorrect syntax in parse: missing operator or `;` (14)

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