--
--
To post to this group, send email to tins...@googlegroups.com
To unsubscribe send email to tinspire+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com.au/group/tinspire?hl=en-GB?hl=en-GB
The tns documents shared by group members are archived at
https://sites.google.com/site/tinspiregroup/classroom-news/welcome-abouttime
---
You received this message because you are subscribed to the Google Groups "tinspire" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tinspire+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Greetings, folks,
I’ve been working with a large (20x30 matrix) and found that newMat(20,30) is the fastest way to create the matrix filled with 0’s. In the Catalog this is seen as ‘Zero Matrix’.
You can use the matrix template within the Program Editor:

but you will have to enter the values (or expressions) for each element.
To access elements use the syntax m[r,c].
To increase the size of the matrix use augment( ) or colAugment( ).
To decrease the size use submatrix( ).
Regards,
John