You'll need to use graphing software elsewhere, and then
upload a screen shot, to display graphs. Or, you could draw the graph by hand, take a picture, and upload that. Or, you could use an on-line graphing site that provides an URL to reload the graph and then post the URL in your new thread.
If you're not keen on learning about LaTex, you may use the bulletin board's
[ code ] and [ /code ] tags for "drawing". These tags will prevent the bulletin board from stripping out spaces, and it ensures that columns line up properly. (I suggest using the Courier New font while
composing your "drawing".)
EG:
Code:
| 4 -1 3 |
A = | 2 7 1 |
|-4 16 0 |
You may click the [Reply With Quote] button on this post to see what I actually typed to generate the "Code". :cool:
You don't need to be fancy. You could simply type the matrix like this:
A=
[4, -1, 3]
[2, 7, 1]
[-4, 16, 0]
We can understand just about any format that's readable and makes sense.