Jump to content



Photo
- - - - -

please help on this everybody


  • Please log in to reply
21 replies to this topic

#1 neo

neo

    Newbie

  • Members
  • Pip
  • 15 posts

  • Calculators:
    CASIO ALGEBRA 2.0

Posted 17 August 2003 - 06:39 PM

What does this program mean? it doesn't make any sense to me! how am i supposed to type it into my calculator?

\Abs (\Mat A[A,B])=1\=>\GotoA

#2 Bob Vila

Bob Vila

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 768 posts
  • Gender:Male
  • Location:USA

  • Calculators:
    FX 1.0+ : CFX-9850 GB Plus : TI-81

Posted 17 August 2003 - 10:10 PM

i think that it might mean

Abs (Mat A[A,B])=1=>Goto A [EXE]

guys correct me if i am wrong :)

(crimsoncasio: your not)

Edited by CrimsonCasio, 17 August 2003 - 10:50 PM.


#3 ross8653

ross8653

    Casio Addict

  • Members
  • PipPipPip
  • 96 posts
  • Location:over the river and through the woods
  • Interests:paintball

  • Calculators:
    9850 fx2.0

Posted 18 August 2003 - 01:48 AM

again the \ infront of text represents a command and not plain text. there was just a post about this
hopefully quick questions like this can be answered better/faster once the irc chan get's up and running

#4 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 18 August 2003 - 02:05 AM

Is someone in the #ucn-chat right now? when i sing-up to that channel, i'm the only user , or thats not the correct name?

#5 ross8653

ross8653

    Casio Addict

  • Members
  • PipPipPip
  • 96 posts
  • Location:over the river and through the woods
  • Interests:paintball

  • Calculators:
    9850 fx2.0

Posted 18 August 2003 - 02:10 AM

me and crimsoncasio are in it now you must be on a different network make sure you connect to a dalnet server
#ucn-chat

#6 neo

neo

    Newbie

  • Members
  • Pip
  • 15 posts

  • Calculators:
    CASIO ALGEBRA 2.0

Posted 18 August 2003 - 03:32 AM

i understand what \ means, what confuses me is what the expression actually means?

take absoluate value of matrix A[A,B], then what? what is '=a=>GoTo A'?

#7 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 18 August 2003 - 03:40 AM

do you have a CFX modle calc? if so then hit <span class=Shift' /> <span class=VARS' /><span class=F3' />F3 that is the => arrow. it means (if) Abs (Mat A[A,B])=1 (then) Goto A

or in english: if the absolute value of matrix A at cell coordinates A,B is equal to 1 then Goto the lable A and resume execution from there.

#8 neo

neo

    Newbie

  • Members
  • Pip
  • 15 posts

  • Calculators:
    CASIO ALGEBRA 2.0

Posted 18 August 2003 - 06:33 PM

:o my calculator is ALGEBRA FX2.0, i tried your way but i only got '?' symbol.

but if '=>' means 'then', can i use the 'then'command ?
<span class=Shift' /> <span class=VARS' /> <span class=F6' /> <span class=F1' /> <span class=2' /> ? this command will give me 'then'

i download this program from www.casio-programs-avenue.com
it says this program can work on all graphical calculator, i am not sure if it can work on mine, since i have encountered quite lot of problems.

how do you express 'greater than and equal to' in the program? not '=>' ?

#9 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 18 August 2003 - 06:53 PM

"how do you express 'greater than and equal to' in the program? "

In the program menu ( <span class=Shift' />+<span class=VARS' /> ) search the "logic" menu, choose and press 1. There will appear <,>.... symbols.

#10 Endi

Endi

    Casio Addict

  • Members
  • PipPipPip
  • 74 posts
  • Location:Wroclaw, Poland

  • Calculators:
    AFX 2.0 PLUS

Posted 18 August 2003 - 07:49 PM

but if '=>' means 'then', can i use the 'then'command ?

Yes, but you have to use full
If - Then [-Else] - IfEnd structure.

If you can connect to PC and you have Fa123 casio program then you can write there this implication symbol (i think you should write there '=>') which is not directly possible on AFX.

#11 Bob Vila

Bob Vila

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 768 posts
  • Gender:Male
  • Location:USA

  • Calculators:
    FX 1.0+ : CFX-9850 GB Plus : TI-81

Posted 18 August 2003 - 10:29 PM

(crimsoncasio: your not)


i'm good :hammer:

#12 neo

neo

    Newbie

  • Members
  • Pip
  • 15 posts

  • Calculators:
    CASIO ALGEBRA 2.0

Posted 19 August 2003 - 01:46 AM

do you have a CFX modle calc?  if so then hit <span class=Shift' /> <span class=VARS' /><span class=F3' />F3 that is the => arrow.  it means (if) Abs (Mat A[A,B])=1 (then) Goto A

or in english: if the absolute value of matrix A at cell coordinates A,B is equal to 1 then Goto the lable A and resume execution from there.

i tried your way, but it doesn't give me '=>'(then), symbol. :o

#13 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 19 August 2003 - 01:56 AM

I tried that and crimson is right

When you are editing a program, choose the PRGM menu (with <span class=Shift' /> <span class=VARS' /> ), then press JUMP (with <span class=F3' /> ), and the => symbol will appear, available with the <span class=F3' /> button.

:rolleyes: I see in your profile and you only have an AFX 2.0, the => symbol is not available in this calculator (in CFX as crimson say). You need to take this symbol from one CFX program, with the help of the FA-123 and a link cable.

#14 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 19 August 2003 - 02:53 AM

it's better to transfer the => command because :

- => is shorter than If Then IfEnd

- a GOTO command in a "loop" (If/For/Do/While) = AAARGH ! it's bad because the program won't reach the IfEnd/Next/LpWhile/WhileEnd so the loop will never end...

#15 huhn_m

huhn_m

    Casio Maniac

  • [Legends]
  • PipPipPipPipPipPipPipPip
  • 1957 posts
  • Gender:Male
  • Location:Germany / Dresden
  • Interests:Assembler(!!!)
    Computers and Programming
    Operating Systems
    Programmable Calculators
    Maths and everything arround it

  • Calculators:
    FX-82SX / AFX 2.0+ (ROM 1.03) / FX 1.0+ (ROM 1.03)

Posted 19 August 2003 - 05:45 AM

On the AFX the => Sign is not directly available. You have to copy an CFX program from a frien (F3 F4 F5 in Link menu to receive from CFX!) and copy & paste the => (using <span class=CTRL' /> + [->] / [CTRL + [COPY] / [CTRL + PASTE] to copy 'n paste)

#16 neo

neo

    Newbie

  • Members
  • Pip
  • 15 posts

  • Calculators:
    CASIO ALGEBRA 2.0

Posted 19 August 2003 - 10:46 PM

i don't have a cable to connect with computer, could u please tell me another way of doing this, thanks

#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 19 August 2003 - 11:15 PM

you can connect the AFX to another calc and then transmit a program with the => command

#18 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 19 August 2003 - 11:20 PM

or you could just use the If statement...

#19 neo

neo

    Newbie

  • Members
  • Pip
  • 15 posts

  • Calculators:
    CASIO ALGEBRA 2.0

Posted 20 August 2003 - 09:39 PM

is there anywhere i can find program that is designed for algebra fx 2.0? (except www.casi0-programs-avenue.com).

#20 Bob Vila

Bob Vila

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 768 posts
  • Gender:Male
  • Location:USA

  • Calculators:
    FX 1.0+ : CFX-9850 GB Plus : TI-81

Posted 20 August 2003 - 10:19 PM

i think casiocorner.com

#21 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 21 August 2003 - 10:54 AM

my site too (see below).

#22 neo

neo

    Newbie

  • Members
  • Pip
  • 15 posts

  • Calculators:
    CASIO ALGEBRA 2.0

Posted 21 August 2003 - 06:35 PM

got it!




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users