Jump to content



Photo
- - - - -

How to add more variables in the Casio Fx - 9750 gii calculator


  • Please log in to reply
3 replies to this topic

#1 dubanrincon

dubanrincon

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 17 October 2017 - 03:46 AM

Estoy haciendo un programa, para resolver ecuaciones lineales, al momento de codificar una 6x6, necesito muchas mas variables. Ejemplo: Utilizo A,B,C,D,E,F,J,H...W,X,Y,X. Necesito aun mas.

 

I am doing a program, to solve linear equations, when coding a 6x6, I need many more variables. Example: I use A, B, C, D, E, F, J, H ... W, X, Y, X. I need even more.

I am doing a program, to solve linear equations, when coding a 6x6, I need many more variables. Example: I use A, B, C, D, E, F, J, H ... W, X, Y, X. I need even more.



#2 GodOfCows

GodOfCows

    Casio Addict

  • Members
  • PipPipPip
  • 79 posts
  • Gender:Male

  • Calculators:
    fx-9860gii, fx-9750gii, TI-92, TI-89, TI-83 Plus

Posted 10 November 2017 - 04:33 PM

I don't believe so. You can also use r (ALPHA and x^2) and the 0 with a slash through it (idk what is is, ALPHA and ^)

You could try using a matrix to store data, I don't know how to. I'm not sure about this either but maybe use an array, though I don't think that is possible. Best bet is using a matrix.

 

Found this from the tutorial of the Casio basic on another post on this forum

 

////////////////////////////////////////////////////

Matrices – A matrix is a two dimensional list
Here is a visual of a 5x4 matrix.
[ ][ ][ ][ ]
[ ][ ][ ][ ]
[ ][ ][ ][ ]
[ ][ ][ ][ ]
[ ][ ][ ][ ]
Matrices are just like lists except that they are two dimensional, I like to use them for maps, especially tiled maps. To use a matrix use Mat (letter A~Z)[Y,X] (Mat A[1,1]), the X and Y are reversed, make sure not to confuse them.

//////////////////////////////////////////////////////////////


Edited by GodOfCows, 10 November 2017 - 07:44 PM.


#3 piu58

piu58

    Casio Freak

  • Members
  • PipPipPipPip
  • 145 posts
  • Gender:Male

  • Calculators:
    Casio Graph 90+E, Casio fx-CG20

Posted 28 November 2017 - 07:12 AM

You may split your program in parts. Every part has to be so small that A-Z are sufficient. To call a subroutine, use some kind of Push and Pop :

Push:

{A,B..Z} -> List 9 

 

Pop (I found no shorter form):

List 9 [ 1 ]->A

List 9 [ 2 ]->B

:

List 9 [ 26 ]->Z

 

Best store Push and Pop as Programs


Edited by piu58, 28 November 2017 - 07:13 AM.


#4 Krtyski

Krtyski

    Casio Freak

  • Members
  • PipPipPipPip
  • 132 posts
  • Gender:Male
  • Location:Tokyo, Japan
  • Interests:programming, smooth Jazz and 4-wheel driving.

  • Calculators:
    FX-502P, FX-602P, FX-603P,
    fx-4000P, fx-7000G,
    fx-4500P, fx-4800P
    fx-5800P,
    CFX-9850G,
    CFX-9850GC PLUS
    fx-9860G,
    fx-9860G AU,
    fx-9860G Slim
    fx-9860GII SD,
    fx-9860GII-2,
    fx-9860GII-2 SD,
    fx-CG20, fx-CG50,
    fx-CP400
    fx-9860GIII
    fx-9750GIII
    fx-7400GIII

Posted 27 January 2018 - 06:37 PM

Hi

 

With Push & Pop way of doing, Matrix is very little bit faster than List.






0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users