Jump to content



Photo
- - - - -

Questions


  • Please log in to reply
2 replies to this topic

#1 casfx

casfx

    Newbie

  • Members
  • Pip
  • 2 posts

  • Calculators:
    fx-9750G

Posted 10 March 2009 - 10:11 PM

Hello

Im typing in av program, GXAUSLM, into my fx-9750G but are running into some problems. Hope someone here can help me.
When i try to run det program "Syn Error" appears. Not sure whats wrong, most likely a typo, but have gone thru the program 4 times today and cant find any obvious typos. So i think i have missunderstod some symbols

# On models with autodimensioning capability
# such as 9850GB+ and 9970G then replace the line:
# Seq(0,X,1,2A+2,1->List 1
# with the line:
# 2A+2->Dim List 1
#

Which line do i use?

List Ans1>A
List Ans2>B

Do i have to close these brackets?

J->X:K->Y:f4<>0=>Break
Next
A=1=>1->J:A=1=>1->X

Do i use the variabel X (under alpha key) or do i use the letter X (alpha - +)? Also the Y?

Z/f4->M

The "/" is a divison sign right?

Z-Mf4

Do i use the (-) or - button for the minus sign?

A->X~Y:f4->M

Is this sign the one that is located under the SYBL key?

For A-1->E To 1 Step -1

(-) or - ?

\i is the complex i
# * is the multiplication symbol which can be omitted
# List->Mat( is on optn|f1|f2
# _ represents the display symbol: shift|vars|f5

I can´t see the "List->Mat( " in the program, why is it listed in the "instructions"?

The entire program is located here:
http://spiderpixel.c...0g/cxgauslm.txt

Thanks

#2 caspro

caspro

    Casio Freak

  • Members
  • PipPipPipPip
  • 216 posts

Posted 10 March 2009 - 10:57 PM

When i try to run det program "Syn Error" appears.

When you get a Syn Error, press one of the cursor arrow keys and the cursor will go to the part of the program that is causing the problem.

Which line do i use?


Use the first line to be safe. The second line only works on some models.

Do i have to close these brackets?


No. Closing brackets are unnecessary at the end of a line or before an assignment arrow ->

Do i use the variabel X (under alpha key) or do i use the letter X (alpha - +)? Also the Y?


The X on its own key is the same as alpha+, it doesn't matter. The Y is alpha-

The "/" is a divison sign right?


Yes.

Do i use the (-) or - button for the minus sign?


Use the - button sign.

Is this sign the one that is located under the SYBL key?


~ is available on the sybl menu, but it is also available by pressing AlphaF3

I can´t see the "List->Mat( " in the program, why is it listed in the "instructions"?


That is a leftover from a previous version. Ignore it.

Also before running the program the following two expressions need to be stored in function memories f4 and f5:

Mat C[X,2Y-1]+\i*Mat C[X,2Y]
List 1[2C-1]+\i*List 1[2C]

where \i is the complex i on OPTNF3F1

The f-mem menu is on OPTNF6F6F3

Edited by caspro, 10 March 2009 - 11:10 PM.


#3 casfx

casfx

    Newbie

  • Members
  • Pip
  • 2 posts

  • Calculators:
    fx-9750G

Posted 12 March 2009 - 01:13 PM

thank you very much

works fine now




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users