Jump to content



Photo
- - - - -

ClassPad software problems


  • Please log in to reply
25 replies to this topic

#1 Lovecasio

Lovecasio

    Casio Freak

  • Members
  • PipPipPipPip
  • 242 posts
  • Location:Hochiminh city Vietnam
  • Interests:Organic chemistry.<br />Pharmacy

  • Calculators:
    fx 570 MS, Casio AFX 2.0+, ClassPad 300

Posted 24 October 2003 - 01:23 AM

This topic is for ClassPad ?s software problems.

First, I want say about the ?Fatal Exception Error Occur? table. This appear, and then the ClassPad restart as you press P-Button at its back. Something is very strange: some of your current data may be lost, and some deleted data is recover ( eg: in main app).
You may see this error when you try to find the maximum value of f(x)= -x^4-x^2-2 in Real setting. If you change to Complex, nothing happen !

Another probem is why the classpad take so much time to draw y=sqrt(x), y=log(a,x) when you set default ViewWindow (VW)? It will be fast if you change VW to:
-1, 14.4, 1, -3.8, 3.8, 1. Becase sqrt(x) only defined if and only if x>=0 so when you minimize the negative of x-axis value, it will perform calculation faster. Why? My AFX 2.0+ doesn?t take so much time as classpad.

I think that they can reduce the number of digit of the result in Table. For example, make the table of y=sin(x) ,-2pi <= x <= 2pi, pitch: pi/6. The result shows 16 digits in one number. (eg: sin(pi/3)=0.86602540378444, we don?t need so much digit like this).

I hope you can understand what I said , my English is terrible.
If you have any problem, write it here so that Saltire can know what they should improve their Classpad ?s software.

#2 CrimsonCasio

CrimsonCasio

    UCF Ambassador

  • [Legends]
  • PipPipPipPipPipPipPipPipPipPip
  • 3579 posts
  • Gender:Male
  • Location:USA
  • Interests:Claculators, Stephen King, Video Games, Calculators, Programming, Calculators, Reading, Calculators... hmm, what else... Ah! Calculators!

  • Calculators:
    Algebra FX2.0, CFX 9850Ga+, Classpad 300

Posted 24 October 2003 - 03:24 AM

about the time lapse problem, I happen to know why thats hapening now (casio told me). the classpad holds things in ram untill certin events cause it to back up its memory in rom, therefor each time it crashes it can reload the last safe backup, I think this is a good idea, now we only loose some work as opposed to all of it when a crash happens. plus, you can cause a backup to occur by turning off the classpad (I think thats why it takes time to shut down). so after you do something important I suggest you turn off your classpad for a moment to back it up.

I've asked casio about a way to manually back things up with out turning off the calc, but they have not responded to that, it way be that they cant talk about it because its being planned for a future release.

#3 BiTwhise

BiTwhise

    Casio Overgod

  • [Legends]
  • PipPipPipPipPipPipPip
  • 627 posts
  • Gender:Male
  • Location:Guildford, Surry, UK
  • Interests:Programming, games, consoles, martial arts

  • Calculators:
    FX9700WE, CFX9970G, AFX2.0, Classpad 300

Posted 24 October 2003 - 12:21 PM

Yeah, you're right, when you power down your classpad the content of RAM is dumped to FLASH memory (which can hold data unpowered), and thus the long shotdown times (I think this is even described in the manual.. )

As for the graphing of non real results:
I think the classpad uses full algebraic (as oposed to numeric) calculation internally, and thus finding complex results might take a bit longer.
In the afx, any complex result is discovered quickly, and causes no slowdown.

#4 Lovecasio

Lovecasio

    Casio Freak

  • Members
  • PipPipPipPip
  • 242 posts
  • Location:Hochiminh city Vietnam
  • Interests:Organic chemistry.<br />Pharmacy

  • Calculators:
    fx 570 MS, Casio AFX 2.0+, ClassPad 300

Posted 15 November 2003 - 11:37 AM

Hi.
Another problem:
In Sequence mode, it take a long time to make a table for :
a1=sqrt(2)
a(n+1)=sqrt(2+a(n))
More than 10 seconds for 5-factor-table. In the AFX 2.0+, it takes 1 second.
How slow! :angry:

#5 BiTwhise

BiTwhise

    Casio Overgod

  • [Legends]
  • PipPipPipPipPipPipPip
  • 627 posts
  • Gender:Male
  • Location:Guildford, Surry, UK
  • Interests:Programming, games, consoles, martial arts

  • Calculators:
    FX9700WE, CFX9970G, AFX2.0, Classpad 300

Posted 15 November 2003 - 02:55 PM

It doesn't take 10 secconds, at least not in mine.. however, it is slow, yes.

I would assume there are 2 main reasons for this:

1) All internal calculation is performed algebraically (please correct me if I'm wrong)
and
2) The way things are stored in the classpad. Memory is allocated dynamically in a linked list manner it seems. This make access, traversal, and creation of (in particalur) cells in lists very slow. We can only hope Casio decides to do something with this in later OS updates, say by adding a variable type such as lists who's elements are of static size (stored in a vector like manner).

I know this doesn't rid you of the frustration you're probably feeling from this, but right now the classpad is not a great tool for list based calculations.

#6 Lovecasio

Lovecasio

    Casio Freak

  • Members
  • PipPipPipPip
  • 242 posts
  • Location:Hochiminh city Vietnam
  • Interests:Organic chemistry.<br />Pharmacy

  • Calculators:
    fx 570 MS, Casio AFX 2.0+, ClassPad 300

Posted 16 November 2003 - 11:33 AM

Yes. And you see, all calculations are performed algebraically really make something slow. :( This should be a approx calc like AFX.
About "Fatal exception error occur", Mr Brian (From ClassPad support) told me that it is because of one of two reasons:
- There are no error table for this error.
- That may be a bug.
He said that if there are error, tell him.

#7 BiTwhise

BiTwhise

    Casio Overgod

  • [Legends]
  • PipPipPipPipPipPipPip
  • 627 posts
  • Gender:Male
  • Location:Guildford, Surry, UK
  • Interests:Programming, games, consoles, martial arts

  • Calculators:
    FX9700WE, CFX9970G, AFX2.0, Classpad 300

Posted 16 November 2003 - 02:51 PM

Yes, we have reported several errors to Brian, and he forwards them to programmers at Casio :)

#8 Lovecasio

Lovecasio

    Casio Freak

  • Members
  • PipPipPipPip
  • 242 posts
  • Location:Hochiminh city Vietnam
  • Interests:Organic chemistry.<br />Pharmacy

  • Calculators:
    fx 570 MS, Casio AFX 2.0+, ClassPad 300

Posted 19 November 2003 - 03:17 AM

Hi.
In Graph&Table, I draw y=sin(x) and y=cos(x). Then, set VW to : xmin:0, xmax:3pi. Then I chose Zoom auto in Zoom menu. I try to find the intersection and the ClassPad did it well and fast. But when I want to determine the roots of y=cos(x), only the first root can be obtained, the second time I tap right controller, Can ' t Solve error table occur. Why did it happend? (Finding roots of y=sin(x) is Ok).

#9 BiTwhise

BiTwhise

    Casio Overgod

  • [Legends]
  • PipPipPipPipPipPipPip
  • 627 posts
  • Gender:Male
  • Location:Guildford, Surry, UK
  • Interests:Programming, games, consoles, martial arts

  • Calculators:
    FX9700WE, CFX9970G, AFX2.0, Classpad 300

Posted 19 November 2003 - 12:32 PM

That's a REALLY strange error :(

--- EDIT ---
If you're view-window isn't exactly [0,3pi], but for example [0,3pi-1e-9] it works fine though :/

#10 tonyp

tonyp

    Casio Fan

  • Members
  • PipPip
  • 34 posts

  • Calculators:
    TI89, TI89 Titanium, TI-nspire CAS, Casio ClassPad300, Casio fx-6300g, Casio GFX9850GB, Casio 82ES, more

Posted 03 December 2003 - 04:04 PM

Anyone know if the following makes sense:

solve(1/(pi*x)=x)

No real solutions. Complex solution is a mystery also.

My TI89, on the other hand, says:

x=1/sqrt(pi)
x=-1/sqrt(pi)

It seems any time pi is in the denominator, there is this same behavior. Try removing pi and it will find a correct solution.

Can someone expain why this is?

(I'm still using the simulator as the real thing is apparently coming from the US to Europe on foot.)

tonyp AT acm.org

#11 BiTwhise

BiTwhise

    Casio Overgod

  • [Legends]
  • PipPipPipPipPipPipPip
  • 627 posts
  • Gender:Male
  • Location:Guildford, Surry, UK
  • Interests:Programming, games, consoles, martial arts

  • Calculators:
    FX9700WE, CFX9970G, AFX2.0, Classpad 300

Posted 03 December 2003 - 06:04 PM

This is not really an error.. it's just a question of what assumptions the software makes..

It doesn't assume pi to be positive for some reason :/ and gives you the complex answers:

x = i / (-pi)^.5
x = -i / (-pi)^.5

this is equivalent of
x = 1 / pi^.5
x = -1 / pi^.5


If you replace 'pi' with an unknown variable, for example a, and set 'a>0' as an option, it will produce real results directly
like this:

solve( 1/(a*x) = x ) | a>0

gives:
x = -1 / a^.5
x = 1 / a^.5


btw, this question is solved faster by hand..

anyways, it seems the calculator makes some (or "forgets" to make) really strange assumptions when using 'pi'.. :/


--- EDIT ---
If you set it to simplify the result, it will cancel out the imaginary part. Like this:

simplify( solve( 1/(x*pi) = x ) )

gives:
x = -1 / pi^.5
x = 1 / pi^.5

alteternatively you could take the real part of the answer, like this.
re( solve( 1/(x*pi) = x ) )
In this case, that would produce the same result, but if the answer was in fact complex, then this would produce bogus results

#12 tonyp

tonyp

    Casio Fan

  • Members
  • PipPip
  • 34 posts

  • Calculators:
    TI89, TI89 Titanium, TI-nspire CAS, Casio ClassPad300, Casio fx-6300g, Casio GFX9850GB, Casio 82ES, more

Posted 03 December 2003 - 07:01 PM

>This is not really an error.. it's just a question of what assumptions the software makes..

Well, pi is a constant (known specific value) so it shouldn't be treated as if it were a variable with unknown possible values. By the way, I tried |pi>0 but that didn't help as in the variable example you provided.

>btw, this question is solved faster by hand..

This example is indeed solved faster by hand but it was reduced from a much larger calculation to hilite the problem.

I'm planning to give this calculator to my nephew (and buy another one for myself if I end up liking it too much) to help him with his math (understand it better and verify his own work). He hasn't learned about complex numbers yet, so I plan to set it to REAL mode all the time.

So, it's good to find out about ClassPad's little quirks like this so I can warn him before he mistakenly ends up hating math for being unintelligible.

tonyp AT acm.org

#13 BiTwhise

BiTwhise

    Casio Overgod

  • [Legends]
  • PipPipPipPipPipPipPip
  • 627 posts
  • Gender:Male
  • Location:Guildford, Surry, UK
  • Interests:Programming, games, consoles, martial arts

  • Calculators:
    FX9700WE, CFX9970G, AFX2.0, Classpad 300

Posted 03 December 2003 - 07:54 PM

Aright, I see :)

Well hopefully they will sort out these issues in the next OS update (haven't tried the one that's out now, cause I'm not able to install it :( ),
and your nephew will be able to use the CP without having to worry about these little oddities :)

#14 UserC300

UserC300

    Casio Fan

  • Members
  • PipPip
  • 40 posts
  • Location:Germany

  • Calculators:
    Classpad 300, Casio fx-7700G, TI-81

Posted 04 December 2003 - 07:27 AM

I have the new os(v1.2) installed, still no solution.
I think this is not the solution you want, but setting the CP to dezimal-mode gives a real solution(CP is still doing a complex calculation so you have to keep the complex-mode).

#15 BiTwhise

BiTwhise

    Casio Overgod

  • [Legends]
  • PipPipPipPipPipPipPip
  • 627 posts
  • Gender:Male
  • Location:Guildford, Surry, UK
  • Interests:Programming, games, consoles, martial arts

  • Calculators:
    FX9700WE, CFX9970G, AFX2.0, Classpad 300

Posted 05 December 2003 - 08:49 PM

Was finally able to install the update..
Reinstalled windows first :P.. There's definetly something odd with the Installation software though, 'cause with later installations, the 'preparing to install' thingy had the title and text from the Spreadsheet installation....

#16 maurice1979

maurice1979

    Casio Fan

  • Members
  • PipPip
  • 40 posts
  • Location:The netherlands - Dutch people

  • Calculators:
    CP300, Fx8.... fraction sumtin', old thing with dust, it still works, with the original battery

Posted 06 December 2003 - 01:16 PM

I think I discovered a bug.

try this:
the awnser should be false, BUT, it gives a Undefined
while it give says true when i input judge((a*d+b*d+c)/d=a+b+c/d)
and false when judge((a*d+b*d+c)/d=a+b-c/d)

Could this be a bug? :huh:
done in V1.2

#17 Overlord

Overlord

    Casio Technician

  • Moderator
  • PipPipPipPipPipPip
  • 355 posts
  • Gender:Male
  • Location:Brussels - Belgium
  • Interests:Math Researcher

  • Calculators:
    My head - C300 OS 3.00 - G100 Rom 1.02 - G65 - G60 - G25

Posted 06 December 2003 - 01:39 PM

i don't understand, where is there a bug ?

(a*d + b*d + c)/d = a + b + c/d => true

(a*d + b*d + c)/d = a + b - c/d => false

#18 maurice1979

maurice1979

    Casio Fan

  • Members
  • PipPip
  • 40 posts
  • Location:The netherlands - Dutch people

  • Calculators:
    CP300, Fx8.... fraction sumtin', old thing with dust, it still works, with the original battery

Posted 06 December 2003 - 05:08 PM

HEY :o
something went wrong

judge((a*d+b*d+c)/d=a+b-c)
It SHOULD awnser false but gives undefined

#19 Overlord

Overlord

    Casio Technician

  • Moderator
  • PipPipPipPipPipPip
  • 355 posts
  • Gender:Male
  • Location:Brussels - Belgium
  • Interests:Math Researcher

  • Calculators:
    My head - C300 OS 3.00 - G100 Rom 1.02 - G65 - G60 - G25

Posted 06 December 2003 - 09:37 PM

yes, it's a bug
and it says Undefined with (4a+4b+c)/4 = a+b+c too :angry: (and THERE is no problem of out_of_domain_error)

#20 Lovecasio

Lovecasio

    Casio Freak

  • Members
  • PipPipPipPip
  • 242 posts
  • Location:Hochiminh city Vietnam
  • Interests:Organic chemistry.<br />Pharmacy

  • Calculators:
    fx 570 MS, Casio AFX 2.0+, ClassPad 300

Posted 07 December 2003 - 02:20 AM

I think it is not a bug. If c=0 then the expression is TRUE. So, the ClassPad gives you "undefined" is right. Try with the "with symbol" : it gives you TRUE

#21 BiTwhise

BiTwhise

    Casio Overgod

  • [Legends]
  • PipPipPipPipPipPipPip
  • 627 posts
  • Gender:Male
  • Location:Guildford, Surry, UK
  • Interests:Programming, games, consoles, martial arts

  • Calculators:
    FX9700WE, CFX9970G, AFX2.0, Classpad 300

Posted 07 December 2003 - 02:47 AM

It does indeed :)

(I thought it didn't.. couldn't get it to do.. tried again after I saw your post.. didn't know you need to have the '|' inside the judge statement :P)

#22 Overlord

Overlord

    Casio Technician

  • Moderator
  • PipPipPipPipPipPip
  • 355 posts
  • Gender:Male
  • Location:Brussels - Belgium
  • Interests:Math Researcher

  • Calculators:
    My head - C300 OS 3.00 - G100 Rom 1.02 - G65 - G60 - G25

Posted 07 December 2003 - 07:12 PM

then

(a*d + b*d + c)/d = a + b + c/d => true

must be undefined : if d = 0 the result is NOT true NOR false and IS undefined, so the calc must say Undefined since it can't know if the real answer is true or undefined. . . . (understandable ? :unsure: )

#23 BiTwhise

BiTwhise

    Casio Overgod

  • [Legends]
  • PipPipPipPipPipPipPip
  • 627 posts
  • Gender:Male
  • Location:Guildford, Surry, UK
  • Interests:Programming, games, consoles, martial arts

  • Calculators:
    FX9700WE, CFX9970G, AFX2.0, Classpad 300

Posted 07 December 2003 - 07:18 PM

The result is Always TRUE..

c/d == c/d <- this will never evaluate FALSE, no matter what values 'c' and 'd' have

--- EDIT ---
obviously if you set 'c/d' to an undifened value (by setting 'd=0'), you won't be able to evaluate it in any logical way.. undifened == undefined still yields TRUE though

--- EDIT 2 ---
hmm.. actually, setting '| d=0' evaluates the expressions to FALSE.. probably because it doesn't evaluate 'a*0/0 = a' but rather to 'undefined', and thus the expression evaluates to FALSE (although, in the case of these assumptions it should evaluate to 'undefined')

#24 Overlord

Overlord

    Casio Technician

  • Moderator
  • PipPipPipPipPipPip
  • 355 posts
  • Gender:Male
  • Location:Brussels - Belgium
  • Interests:Math Researcher

  • Calculators:
    My head - C300 OS 3.00 - G100 Rom 1.02 - G65 - G60 - G25

Posted 07 December 2003 - 07:33 PM

formally Undefined is not equal to Undefined (like 0/0 is not equal to 0/0)

#25 BiTwhise

BiTwhise

    Casio Overgod

  • [Legends]
  • PipPipPipPipPipPipPip
  • 627 posts
  • Gender:Male
  • Location:Guildford, Surry, UK
  • Interests:Programming, games, consoles, martial arts

  • Calculators:
    FX9700WE, CFX9970G, AFX2.0, Classpad 300

Posted 07 December 2003 - 07:39 PM

I Know..

But for evaluating an algebraic expression 'a * d / d' taken 'd=0', it should evaluate equal to 'a'

However, when you end up with 'undefined = undefined' in your judge statement, this should not return 'false', since the answer could be 'true'.. rather it should return 'undefined'

#26 betoe

betoe

    UCF Spanish Translator

  • [Legends]
  • PipPipPipPipPipPipPip
  • 846 posts
  • Gender:Male
  • Location:Guadalajara/Mazatlan, Mexico.
  • Interests:Electronics, SW development, automotive. Swim->bike->run

  • Calculators:
    Algebra FX2.0 (R.I.P.), Classpad 300

Posted 23 December 2003 - 02:36 AM

I was making a casiobasic program on my classpad manager, then i use a do~while loop, in that loop i use the Switch~case sentence. In one of that case's i use another case, but the classpad manager tell me that it had a error. I test all the program and all was ok, but the error still appear. I quit the switch and replace it by a pile of if's ;)




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users