memory

memory - Messages

#1 Posted: 1/21/2010 9:13:07 AM
Paolo83

Paolo83

0 likes in 5 posts.

Group: User

Hallo!
I have a little problem...
I imput an equantion like letters (that it are specitied before in the program)
(ex. A:=b*c)
and when I ask the results the program say that the number is to large, but,
if I write the same equation without the variable definition, just to have the
number directly (ex. b*c=), the program works...

tank you!
#2 Posted: 1/21/2010 12:45:15 PM
Andrey Ivashov

Andrey Ivashov

2270 likes in 3734 posts.

Group: Super Administrator

Hello Paolo.

Please, can you provide more details about this problem? F.e. file that you work with.
#3 Posted: 1/21/2010 2:50:12 PM
Paolo83

Paolo83

0 likes in 5 posts.

Group: User

Yes! if you want I can give you the file, but I don't have your mail.
#4 Posted: 1/21/2010 3:27:10 PM
Andrey Ivashov

Andrey Ivashov

2270 likes in 3734 posts.

Group: Super Administrator

E-mail you can find in the About Dialog of SMath Studio, it looks like: support [at] smath [dot] info but much more pretty
#5 Posted: 1/21/2010 4:02:43 PM
Paolo83

Paolo83

0 likes in 5 posts.

Group: User

I have send an e-mail to you just now.

Thanks!
#6 Posted: 1/22/2010 10:04:34 AM
Andrey Ivashov

Andrey Ivashov

2270 likes in 3734 posts.

Group: Super Administrator

Thank you. I've checked your file and figured out the problem.

This happens because in L0 large and complex expression stored. To fix an error you should just use eval(..) function for L0 before using it. Here you can find more about eval(..) function:
- https://smath.com/wiki/(S(3pgwxdbc0eaary552kcqsr3o))/eval.ashx
- http://en.smath.info/forum/default.aspx?g=posts&m=1030#post1030

As a solution for your problem I recommend to go this way:
[MATH]L0←eval(if(L0x>L0y;L0x;L0y))[/MATH]

Best regards.
#7 Posted: 1/22/2010 10:49:16 AM
Paolo83

Paolo83

0 likes in 5 posts.

Group: User

Ah! OK!! take you very much! ^_^
  • New Posts New Posts
  • No New Posts No New Posts