Jump to content



Photo
- - - - -

How to reach If, Mat and other functions on fx-9700GE

fx-9700GE Casio Basic

  • Please log in to reply
3 replies to this topic

#1 Lovistovis

Lovistovis

    Newbie

  • Members
  • Pip
  • 2 posts

  • Calculators:
    fx-9700GE

Posted 22 September 2022 - 10:48 AM

I have just gotten into programming on my fx-9700GE. I am compleatley new to programming on calculators but i am fairly experienced in normal programming. My problem is that the only functions i can reach is Goto, Lbl, Dsz and Isz. Simply writing the letters for a function does not work. How do i reach these other funtions?


Edited by Lovistovis, 22 September 2022 - 10:49 AM.


#2 pan.gejt

pan.gejt

    Casio Freak

  • Members
  • PipPipPipPip
  • 261 posts
  • Gender:Male
  • Location:CZ

  • Calculators:
    .

Posted 23 September 2022 - 07:41 PM

As you noticed, this calc has limited programming commands, so there are no commands like if, for, do, while.

Using matrices in program is possible, unfortunately is limited to row operations. Honestly, I don't know how to use matrices in program even I have erad the user guide very carefully.

The user guide is here

https://casio.ledudu...type=297&lg=eng



#3 Lovistovis

Lovistovis

    Newbie

  • Members
  • Pip
  • 2 posts

  • Calculators:
    fx-9700GE

Posted 24 September 2022 - 08:54 AM

Can you not even use lists/arrays?

#4 pan.gejt

pan.gejt

    Casio Freak

  • Members
  • PipPipPipPip
  • 261 posts
  • Gender:Male
  • Location:CZ

  • Calculators:
    .

Posted 28 September 2022 - 10:14 PM

Unfortunately no, this calc doesn't support lists, the data are stored in old fashioned way by using dt button

Maybe you can use an array memory, but it depends what are you going to program

e.g. element a[1,1] could be stored as A[ 1 ]
a[1,2] as A[ 2 ]
a[2,1] as B[ 1 ]

Edited by pan.gejt, 29 September 2022 - 08:55 AM.






Also tagged with one or more of these keywords: fx-9700GE, Casio Basic

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users