Ask your own question, for FREE!
LaTeX Practicing! :) 16 Online
OpenStudy (loser66):

new one

OpenStudy (loser66):

\[[\large \log \sqrt{x^2+y^2}]' = \dfrac{1}{\sqrt {x^2+y^2}} \times \dfrac{d}{dx}(\sqrt{x^2+y^2}) \\ \large = \dfrac{1}{\sqrt {x^2+y^2}} \times \dfrac{1}{2 \sqrt{x^2+y^2}}\dfrac{d}{dx}(x^2+y^2)=....\] [\large \log \sqrt{x^2+y^2}]' = \dfrac{1}{\sqrt {x^2+y^2}} \times \dfrac{d}{dx}(\sqrt{x^2+y^2}) \\ \large = \dfrac{1}{\sqrt {x^2+y^2}} \times \dfrac{1}{2 \sqrt{x^2+y^2}}\dfrac{d}{dx}(x^2+y^2)=....

OpenStudy (loser66):

\[[\large \log \sqrt{x^2+y^2}]' = \frac{1}{\sqrt {x^2+y^2}} \times \frac{d}{dx}(\sqrt{x^2+y^2}) \\ \large = \frac{1}{\sqrt {x^2+y^2}} \times \frac{1}{2 \sqrt{x^2+y^2}}\frac{d}{dx}(x^2+y^2)=....\] [\large \log \sqrt{x^2+y^2}]' = \frac{1}{\sqrt {x^2+y^2}} \times \frac{d}{dx}(\sqrt{x^2+y^2}) \\ \large = \frac{1}{\sqrt {x^2+y^2}} \times \frac{1}{2 \sqrt{x^2+y^2}}\frac{d}{dx}(x^2+y^2)=....

hartnn (hartnn):

same syntax ? no... the first one is \dfrac and 2nd is just \frac \(\dfrac{test}{this }\) `\(\dfrac{test}{this }\)` compared to \(\frac{test}{this }\) `\(\frac{test}{this }\)`

hartnn (hartnn):

i can see the first one having bold line

thomaster (thomaster):

Stange,, the first one is bold here, the second one not while 1 minute ago it was first normal second bold 0.o

OpenStudy (loser66):

\[\dfrac{dummyme}{dontknowhowtodo}\]\[\frac{needtimetopractice}{nodumbanymore}\]

hartnn (hartnn):

zoom in your page to see the difference

OpenStudy (loser66):

yup, different . thanks

OpenStudy (loser66):

thank you.

OpenStudy (loser66):

@thomaster after a long time of writing, nothing pops up, why?

thomaster (thomaster):

I was trying if I could make a bold division bar with normal numerator and denominator :P

OpenStudy (loser66):

\[\huge\dfrac{\frac{aaaaaaa}{bbbbbbbbb}}{\frac{ccccccccccccccc}{ddddddddddddd}}\] hihihihi.... quite clear, right/

thomaster (thomaster):

you can make the middle division bar longer by adding some spaces \(\huge\dfrac{~\dfrac{a}{b}~}{\dfrac{c}{d}}\)

thomaster (thomaster):

`\(\huge\dfrac{~\dfrac{a}{b}~}{\dfrac{c}{d}}\)`

OpenStudy (loser66):

1~ just a little bit longer, what if I want to make it loooooonger?

thomaster (thomaster):

\(\huge\dfrac{~~~~~~~\dfrac{a}{b}~~~~~~~}{\dfrac{c}{d}}\)

hartnn (hartnn):

\(He \quad hi\) `\(\dfrac{test}{this }\)` use \quad for longer spaces

hartnn (hartnn):

`\(He \quad hi\)`

thomaster (thomaster):

or `\hspace{20pt}` you can make the space as long as you want by changing the 20

OpenStudy (loser66):

\[He\hspace{50pt} hi\]yep, gotit

OpenStudy (loser66):

\[\left[\begin{matrix}a & b \\ c & d\end{matrix}\right] *\left[\begin{matrix}a&b\\c&d\end{matrix}\right]=\left[\begin{matrix}-1&0\\0&-1\end{matrix}\right]\]

OpenStudy (loser66):

I practice, hihi

OpenStudy (loser66):

how to make -/+ in order?

thomaster (thomaster):

\(\Large \pm\) ??

thomaster (thomaster):

more symbols: http://omega.albany.edu:8008/Symbols.html

OpenStudy (caozeyuan):

thanks! It helps, amistre64 's explanation sucks!

OpenStudy (loser66):

I saw someone posted something and had a code at the middle of the text without taking another line, for example: sin\theta = \frac {1}{5}. but I don't know how to do. When I write, it always jumps into the next line. Show me, please @e.mccormick

OpenStudy (e.mccormick):

Bla bla \(\backslash (\)some latex\) bla bla. That type inline?

OpenStudy (loser66):

e.mccormick is sin\(\theta\) and I got it \(\text {thank you}\)

OpenStudy (e.mccormick):

Kk. Have fun!

OpenStudy (loser66):

you too

OpenStudy (loser66):

and how to make it be bold

OpenStudy (e.mccormick):

This is where \tfrac{}{} and \dfrac{}{} can also help. \tfrac{}{}, Text Fraction, means to make it small, like inline text, no matter what. \dfrac{}{}, Display fraction, means make it large, like it was a stand alone equation, no matter what. This line is with \(\frac{1}{2}\) just \frac{}{} This line is with \(\tfrac{1}{2}\) just \tfrac{}{} This line is with \(\dfrac{1}{2}\) just \dfrac{}{} This block is with \[\frac{1}{2}\] just \frac{}{} This block is with \[\tfrac{1}{2}\] just \tfrac{}{} This block is with \[\dfrac{1}{2}\] just \dfrac{}{} Notice that the frac changes if it is inline or in a block, \(\backslash\)[ BLOCK \]. But the dfrac and tfrac do not.

OpenStudy (e.mccormick):

Fonts use \mathbb{text}, \mathbf{text}, \mathit{text}, and so on. http://www.codecogs.com/eqneditor shows them all at the top.

OpenStudy (loser66):

let me practice \(\tfrac{you}{me}\) and \(\dfrac{you}{me}\) how about \(\frac {you}{me}\)

OpenStudy (loser66):

the first and the last are the same, right?

OpenStudy (e.mccormick):

The math fonts are for equations, but same ones are there for text. here is why: \textbf{Some text with spaces} \(\textbf{Some text with spaces}\) \mathbf{Some text with spaces} \(\mathbf{Some text with spaces}\) See the spaces and what happens to them in math mode?

OpenStudy (loser66):

I can see the difference. b stands for bold?

OpenStudy (e.mccormick):

Yes, the first and last are the same. Where the [d|t]frac comes in really handy is when you need to make sure one is a large fraction inside another fraction. Or small, and so on. Large inline with text, so it is clear...

OpenStudy (e.mccormick):

BoldFace ITalics BlackBoard RoMan TextwriTer

OpenStudy (e.mccormick):

Not all of them are supported, like \textsc fails with MathJax.... SmallCaps.

OpenStudy (loser66):

\(\textbf{get nothing, hehe}\) \(\text{now, get a lot, hihi}\)

OpenStudy (e.mccormick):

The link is an editor interface.

OpenStudy (e.mccormick):

With the t/d fracs you can do \(\dfrac{d}{dx}\left( \dfrac{\dfrac{\tfrac{\pi}{4}+e^x}{x^e}}{14x^6+12x^3-7i}\right )\) inline and it is still readable.

OpenStudy (caozeyuan):

what are you guys talking about, I cannot understand a word!

OpenStudy (e.mccormick):

@caozeyuan We are talking about \(\LaTeX\). @Loser66 Attached is what I was saying about the safety bar was attached wrong.

OpenStudy (caozeyuan):

@e.mccormick so how can I use it in everyday life e.g. when writing an email or a doc. ?

OpenStudy (e.mccormick):

\(\LaTeX\) has many editors, which make it great for writing papers, books, and so on. Especially ones with formulas and graphs. In fact, I linked one in another post recently.

OpenStudy (caozeyuan):

Tag me Please! I want to get that! is it for free?

OpenStudy (e.mccormick):

Near the bottom of this is a PDF with vectors, all done in \(\LaTeX\) http://openstudy.com/study#/updates/51ed5575e4b00daf471999bb And here is a bit on using the codes to do posts here. http://openstudy.com/study#/updates/51d89020e4b041c5c27459bb The same MathJax plugin can be added to blogs and other sites to do similar things elsewhere.

OpenStudy (e.mccormick):

Yes. \(\LaTeX\) is free. For doing papers, I use MiKTeX on Windows as my TeX rendering engine and TeXmaker as my editor. However, to just try it for free you can use one of the online ones. https://www.writelatex.com/ http://www.codecogs.com/latex/eqneditor.php (Equations only, but makes them into grapics!) http://www.scribtex.com/ https://www.sharelatex.com/

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!