New Reply

about manipulation the text

 
Share Thread Thread Tools
May21-12, 09:10 AM   #1
 

about manipulation the text


Hi:
I am a newbie to this forum, and I don't know how to
use the text editor correctly. If I hope to write an 3x3 matrices,
how to key in it correctly in this thread.
and furthermore, if there any manual about the editor, thanks a lot.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
May21-12, 09:31 AM   #2
 
Admin
For entering matrices see information about LaTeX: http://www.physicsforums.com/showthread.php?t=546968
 
May21-12, 10:03 AM   #3
 
I have tried a example as following, but still not work:
\begin{matrix}
1 & 1 & -1\\
1 & -1 & 1\\
1 & 1 & 1
\end{matrix}

is there any other method, thanks
 
May21-12, 10:06 AM   #4
 

about manipulation the text


Quote by applechu View Post
I have tried a example as following, but still not work:
\begin{matrix}
1 & 1 & -1\\
1 & -1 & 1\\
1 & 1 & 1
\end{matrix}

is there any other method, thanks
That looks pretty good! If you want round parentheses around your matrix use pmatrix:
$$
\begin{pmatrix}
1 & 1 & -1\\
1 & -1 & 1\\
1 & 1 & 1
\end{pmatrix}
$$
and for square brackets use bmatrix:
$$
\begin{bmatrix}
1 & 1 & -1\\
1 & -1 & 1\\
1 & 1 & 1
\end{bmatrix}
$$.

Also, surround your LaTeX with either ## or $$ (click 'Quote' to check out my example).
 
May21-12, 10:09 AM   #5
 
thanks
 
New Reply

Tags
latex matrix
Thread Tools


Similar Threads for: about manipulation the text
Thread Forum Replies
Copies of shredded text are needed to get 99.9% reconstruction of mutated text? Set Theory, Logic, Probability, Statistics 1
1/2-system bra-ket manipulation Advanced Physics Homework 6
Jackson's Text is not my Friend--Any E+M Text Recommendations? Science Textbook Discussion 17
PDF and CDF manipulation Set Theory, Logic, Probability, Statistics 12
matrix manipulation in c Programming & Comp Sci 1