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.
![Photo](https://secure.gravatar.com/avatar/cb3566458ba291487cc961975b913689?s=100&d=https%3A%2F%2Fcommunity.casiocalc.org%2Fdot%2Fpublic%2Fstyle_images%2Fmaster%2Fprofile%2Fdefault_large.png)
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 ![]() |
|
![]()
|
||
Programming →
General Help →
Os ErrorStarted by Naga , 26 Jul 2012 ![]() |
|
![]()
|
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users