Post Reply 
Problem with Gauss-Jordan-Algorithm
12-23-2018, 10:16 AM
Post: #1
Problem with Gauss-Jordan-Algorithm
Hello everybody,
I'm new here with you in the forum.
Unfortunately, I have a problem with a program, which we got from a lecturer and we have to use for the exams.
The lecturer uses a Texas Instruments calculator.
Since I always had a HP, I do not want to change.
Unfortunately, I do not know how to change this program to get it running on my HP prime. Every time I run the program I get a syntax error.

Here is the program:

PROGRAMM:GJP
:Disp “Matrix”
:Prompt [A]
:Disp “Pivotzeile”
:Prompt Z
:Disp “Pivotspalte”
:Prompt S
:*row(1/[A](Z,S),[A],Z)‐>[A]
:dim([A])‐>L1
:For (I,1,L1(1),1)
:If (I≠Z)
:Then
:*row+(‐[A](I,S),[A],Z,I)‐>[A]
:End
:End
:Disp [A]

Note from the lecturer: -> represents the first storage space for lists


I hope you can help me. Many thanks in advance.

Oliver
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Problem with Gauss-Jordan-Algorithm - oliver.eggo - 12-23-2018 10:16 AM



User(s) browsing this thread: 1 Guest(s)