Jump to content



Photo
- - - - -

Help With Cfx 9850gc Plus


  • Please log in to reply
8 replies to this topic

#1 mooka

mooka

    Newbie

  • Members
  • Pip
  • 2 posts

  • Calculators:
    CFX-9850GC PLUS

Posted 08 September 2006 - 07:36 PM

hey, i'm looking for a program to pivot a matrix.... does anyone know where i could find it???
i'd really apreciate your help!!

#2 caspro

caspro

    Casio Freak

  • Members
  • PipPipPipPip
  • 216 posts

Posted 08 September 2006 - 09:15 PM

There is a pivot program at:
http://www.teachers....9850/index.html

You may also be interested in other maths programs at:
http://www.charliewa...io/casprog.html

and my page at:
http://www.spiderpix...gramsindex.html

#3 mooka

mooka

    Newbie

  • Members
  • Pip
  • 2 posts

  • Calculators:
    CFX-9850GC PLUS

Posted 11 September 2006 - 02:21 AM

thank you so much!!!
it works perfectly!!!

#4 Guest_tazo_*

Guest_tazo_*
  • Guests

Posted 04 June 2007 - 10:29 AM

Hi, can anyone provide the text to manually enter this program into a Casio CFX 9850GB Plus? I don't have a cable :(
Thanks

#5 caspro

caspro

    Casio Freak

  • Members
  • PipPipPipPip
  • 216 posts

Posted 04 June 2007 - 10:46 AM

Dim Mat A
List Ans1->R
ClrText
"PIVOT ROW"
?->P
"PIVOT COLUMN"
?->Q
1%Mat A[P,Q]->N
*Row (N,A,P
For 1->I To R
If I=P
Then Goto 2
IfEnd
-Mat A[I,Q]->M
*Row+ (M,A,P,I
Lbl 2
Next
Mat A


% is the fraction button

#6 Guest_Tazo_*

Guest_Tazo_*
  • Guests

Posted 05 June 2007 - 02:50 AM

Hi, thanks for the reply. I'm new to this so there's a couple of things i'm not sure about. In the 9th row [*Row (N,A,P] how do you enter 'row' on the calculator? And are the subsequent capital letters just your alpha letters?
Thanks again

#7 caspro

caspro

    Casio Freak

  • Members
  • PipPipPipPip
  • 216 posts

Posted 05 June 2007 - 06:52 AM

Yes N A P are just the Alpha letters.

Other Ascii notation here:
http://www.spiderpix...notesindex.html

*Row( can be found by pressing f4 f2 f2 when editing a program

Other commands here:
http://www.spiderpix...50keyindex.html

#8 Alexey

Alexey

    Newbie

  • Members
  • Pip
  • 2 posts

  • Calculators:
    CFX 9850GC PLUS
    FX 570S

Posted 02 January 2008 - 06:25 PM

Hi all!
I'm trying to make a choice program for school i've 12 choices:
Example:
"fq"
 "1"
 "2"
 "3"
 "4"
 "5"
 "6"
 "7"
 "8"
 "9"
 "10"
 "11"
 "12"?->B
 B=1=>"formula 1"
 B=2=>"formula 2"
 ...
Should it work?
Just when i'm trying to RUN the program, and when i select 2, them the message that comes is:
formula 1
 formula 2
What shoyld i do?
Thanks for the help by the way!

#9 Alexey

Alexey

    Newbie

  • Members
  • Pip
  • 2 posts

  • Calculators:
    CFX 9850GC PLUS
    FX 570S

Posted 03 April 2008 - 02:58 PM

Hello again!
I'm developing a tictac toe game(i know that it does already exist, but i have no cable and he's too big to copy him by keyborad) and i've a problem: i cannot put an alternancy of response:
here's my problem(it's not complete yet)
"TICTACTOE"
Lbl 1:Prog "Graphik"
Lbl 2:"Select 1-9":?->A
A=1=>Circle 2,-2,1
...
A=9=>Circle 2,2,1
Goto 2
A=0=>ClrGraph:Goto 1
I haven't yet the X's, only O's...but how can i do the program to have any difference between the plays?
A orange the next a green circle??
Thanks by the way




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users