Hey all,
I need to draw a 4 Columns and N rows matix in Casio basic.
I need to store the values of Column 1 in list 1, column 2 in list and so on.
Can this be done.
What are the suggestions?
Please help.
1 reply to this topic
#1
Posted 29 August 2013 - 07:19 AM
#2
Posted 18 August 2014 - 07:37 AM
For a matrix, you can use the linear format.
An example is [[0,0,0][0,0,0][0,0,0]]->Mat A.
There are commas between values in the same row, which is enclosed in a set of square brackets.
The rows are listed in order and then the entire thing is enclosed in square brackets.
Then, you use Mat A[1,1]->List 1 to store the value in column 1 row 1 of Matrix A in the first entry of List 1.
An example is [[0,0,0][0,0,0][0,0,0]]->Mat A.
There are commas between values in the same row, which is enclosed in a set of square brackets.
The rows are listed in order and then the entire thing is enclosed in square brackets.
Then, you use Mat A[1,1]->List 1 to store the value in column 1 row 1 of Matrix A in the first entry of List 1.
- MicroPro likes this
Also tagged with one or more of these keywords: Casimo, FlyingFisch
Programming →
C/C++ →
Getting Number Inputs Within Rectangle BoxStarted by Naga , 24 Jan 2013 casimo, flyingfisch |
|
|
||
Programming →
General Help →
Os ErrorStarted by Naga , 26 Jul 2012 cfxm, flyingfisch |
|
|
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users