Just a note on the eqnarray is that on my machine at least it didn't like it when I left a linebreak in the code after the begin and before the end...great videos by the way!
Is it possible to just skip number for one or two random equation? The numbering is cumulative in nature. %Right Aligned Equation array \begin{eqnarray} 5x^2-9=x+3\\ 4x^2=12\\ x^3=3\\ x\approx\pm1.732 \end{eqnarray} %Middle Aligned or 'Equal to' sign aligned Equation array \begin{eqnarray} 5x^2-9&=&x+3\\ 4x^2&=&12\\ x^3&=&3\\ x&\approx&\pm1.732 \end{eqnarray} Is there any way to start numbering from '1' itself for the second equation array ?
@@MichelleKrummel thank you for the reply, but I can't seem to get this to work. I'm getting an error that said "Paragraph ended before \end was complete. \par"
Great video! But when I wrote (tutorial 3) $$ left\. \frac{dx}{dy} ight|_{x=1}$$ I got an error (! You can't use a prefix with `\endgroup'.) instead of the result shown in the tutorial. Can somebody please tell me why? Thank you!
Hi Could you kindly let me know how to number equations all the way through - Im currently writing my thesis, and am a bit stuck - I want to refer back to equations in a previous chapter, but am not sure how to. Thanks!!!
For some reason, when I write in equation, the text shows up in green, contrary to yours. When I run the program, I get errors on each of the lines, saying "!Missing $ insterted.
What is the problem with this code: \begin{tabular}{cccc} $x$ & 1 & 2 & 3 & 4 \\ $f(x)$ & 1 & 2 & 3 & 4 \end{tabular} it says extra alignment has been changed
+Michelle Krummel Okay thank you very much. A great tutorial though. One more thing I needed to ask is how can I change the paper color up to specific height or width like I need grey color band of 1inch height from top?
Just great!
Thank you so much from Málaga (Spain) Michelle.
great video on latex and very clear demonstration !!!!!
Thanks a lot. Your explanations are superb!
Muchas gracias. Es fácil entenderte. Aproveché tus videos para aprender al fin Latex.
great video on latex and very clear demonstration
these are awesome! Thanks for uploading!
oh... it is seems so difficult!!!
Thanks for this lessons!
Very helpful thank you so much!
Just a note on the eqnarray is that on my machine at least it didn't like it when I left a linebreak in the code after the begin and before the end...great videos by the way!
Same here man.. Thanks for the tip..
amazing videos, thank you
Thanks a lot..you did a great job (y)
you saved my life :D thanks a lot !!
very very useful! Thank you a million.
Excellent job!!
Btw, how do you bring a table to the middle of the page?
I have same question... If you can find the answer share with me please sir.
Great tutorial! Keep it up :)
you have a beautiful voice !! :)
Merci :-)
Ma'am can you please make some videos on Mathematica, Scilab
Is it possible to just skip number for one or two random equation?
The numbering is cumulative in nature.
%Right Aligned Equation array
\begin{eqnarray}
5x^2-9=x+3\\
4x^2=12\\
x^3=3\\
x\approx\pm1.732
\end{eqnarray}
%Middle Aligned or 'Equal to' sign aligned Equation array
\begin{eqnarray}
5x^2-9&=&x+3\\
4x^2&=&12\\
x^3&=&3\\
x&\approx&\pm1.732
\end{eqnarray}
Is there any way to start numbering from '1' itself for the second equation array ?
How would you write a large left side curly bracket and then two or more rows of text right after the curly bracket?
$\begin{cases} x\\y\\z \end{cases}$
@@MichelleKrummel thank you for the reply, but I can't seem to get this to work. I'm getting an error that said "Paragraph ended before \end was complete. \par"
@@AndromedaIX \documentclass{article}
\usepackage{amsmath}
\begin{document}
$\begin{cases} x\\y\\z \end{cases}$
\end{document}
Great video! But when I wrote (tutorial 3)
$$ left\. \frac{dx}{dy}
ight|_{x=1}$$
I got an error (! You can't use a prefix with `\endgroup'.) instead of the result shown in the tutorial.
Can somebody please tell me why?
Thank you!
AWESOME tutorials!+ thankyouverymuch :)
can you make thing on the same line flush to left, right and centered??
can you tell how to make large(upto size of equation) ceil and floor symbol in equation.
If I want to keep a tab on how many equations I have written, and some equations come after a paragraph; how will I do it?
it would be interesting how i can merge some cells in the table :)
Hi
Could you kindly let me know how to number equations all the way through - Im currently writing my thesis, and am a bit stuck - I want to refer back to equations in a previous chapter, but am not sure how to. Thanks!!!
Hello guys ! how can i find this software ?
simply swesome
how to add a number to only a particular equation from the whole?
muy interesante, gracias!!! Thanks!!!
For some reason, when I write in equation, the text shows up in green, contrary to yours. When I run the program, I get errors on each of the lines, saying "!Missing $ insterted.
I am doing this in sublime text 3 with a latex plugin, why is it that when I put dollar signs to enter math mode it corrects them to \( and \)
This link might answer your question:
tex.stackexchange.com/questions/510/are-and-preferable-to-dollar-signs-for-math-mode?rq=1
How can I merge two cells in a table?
How to write a custom numbered equation, like (1.1) ?
You are awesome
How to write a matrix in LATEX? I want to write Y= [vertical array]..
Ms word vs LaTeX which is better.
LaTeX
how can i place the table at the middle of one page rather than oneside of the page???
\begin{table}\centering\begin{tabular}{ccc}1 & 2 & 3 \\
\end{tabular}\end{table}
What is the problem with this code:
\begin{tabular}{cccc}
$x$ & 1 & 2 & 3 & 4 \\
$f(x)$ & 1 & 2 & 3 & 4
\end{tabular}
it says extra alignment has been changed
You need one more c for the fifth column
+Michelle Krummel Okay thank you very much. A great tutorial though. One more thing I needed to ask is how can I change the paper color up to specific height or width like I need grey color band of 1inch height from top?
These videos are very helpful, thank you.
You did make a small error in your math though :-)
5x^2-9=x+3
4x^2=12
5x^2-x does not equal 4x^2 :-)
Nor does
4x^2=12
x^3=4
Either way it gets the message across. Great videos!
It wasnt by any measure a maths lesson. She delivered the message across effectively.
Find where the green starts. There should be a dollar sign there. Find where the green SHOULD end. There should be a dollar sign there too.
the array part didn't work
correction:
\begin{eqnarray*}
5x^2-9&=&x^2+3 \\ %not x+3
4x^2&=&12 \\
x^2&=&3 \\ % not x^3&=&3
x&\approx&\pm1.732
\end{eqnarray*}
+barış Salman me cares
Correction: Please correct the cube root of 3 as 1.732 and not -1.732.
Tejasvi Gaurav The whole equation is messed-up I guess.
(1) should be x² as well as (3), since 1.732 is an approximation of the square root of 3.