designing a 2x5 matrix

Tiger-T

New member
Joined
Jan 3, 2011
Messages
30
Good morning all. How do I write a 2x5 matrix or any size matrix using a Word document?
Do I have to spilt it up and do the top first and then the bottom and just let the teacher figure it out, or is there some how I can place the numbers into one set of brackets?
 
Tiger-T said:
Good morning all. How do I write a 2x5 matrix or any size matrix using a Word document?
Do I have to spilt it up and do the top first and then the bottom and just let the teacher figure it out, or is there some how I can place the numbers into one set of brackets?

Your teacher might let you figure out your grade too...with a negetive weight-factor...

In ms_word_2007 you can do the following: from Home ? Insert ? equations ? matrix

and you are there.....
 
In UBasic, a simple command does it; as example: DIM a(2,5) ; a is array's name
2 = rows, 5 = colums

Since you're a woman: to set up a bingo card: DIM b(5,5) :lol:
 
Thank you both! This is very helpful.

Denis, I like your sense of humer!
 
Top