LaTeX-Old-Version/C2/Equations/English

From Script | Spoken-Tutorial
Revision as of 14:36, 16 October 2019 by Nancyvarkey (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Welcome to this tutorial on creating equations through latex. You see three windows as usual. I have created a 12pt size, article class document. And using AMSmath package and also using the ccliscences package for creative common copyright statement as here. Make title, creates the title page. New page command, takes the rest of the document to a new page. There are many ways to create equations, I will use the command align star to create equations. Let us begin with a matrix differential equation consisting of four components. Align star, Frac ,d by dt of begin b-matrix, x_1, next line, x_2,end b-matrix. Let me close this. Let us compile it. So we have created ‘d by dt of x1 x2’.

Let us now augment the vector with two more components. You do it as follows. Next line x3, next line x4. Save it. Compile it. So I have four components. Let me now say that this is equal to the right hand side matrix of begin b-matrix. Zero, zero, one, zero. Next line: zero, zero, zero, one. And then, lets close this matrix. Save. So I have this. So I have written the first two rows. It is always a good idea to compile after very few small additions so that we have not made a mistake. Note that the align star environment takes the role of the dollar signs. For example, we did not enter the dollar sign at all. As a matter of fact, we should not enter the dollar sign within the aligned star environment.

Let us add a third line to the matrix on the right hand side and illustrate this idea. Zero, dollar minus gamma, zero, zero. So there are four entries. Compile it. It comes and says, missing dollar inserted. What we will do is, lets come here, get rid of these dollar signs. Save it. Exit compilation by this x. recompile it and note that minus gamma has come. So we need one more line here, we put that. Zero, alpha without dollar sign, zero, zero. Alright, now this is the way to do that. Lets complete this equation. I have a few more terms here. Let me just see if it is here, yes it is here. Let’s cut this. Put this here. Let’s see what happens when I compile this. This is a model of an inverted pendulum. What do you do when you have more than one equation? Let us add one more aligned statement. And I have written this equation here. Let me bring it from there. Here is the equation, so let me say begin align star. Let’s cut this. Copy this. Close this align. We compile it. When I compile it, I get the second equation appearing.

There are two problems with this. There is a large gap between the two equations and also we may want to align the equations. In view of these observations, we put both of these equations into a single align star environment. So we will do this as follows. Delete this. Save this. Compile it. Now what has happened is that both the equations have come on the same line. We will take care of that by telling latex to split this by the reverse slash. Two of them. When I compile it, now these have gone to second equation. But the equations are not aligned. Suppose we want to align the equal to sign. Suppose we want to align these two signs, we put an ampersand symbol in front of the equal to signs here. Lets put it. And then we will put it here also. Ampersand. Let’s compile this. Now notice that both of them are aligned.

Suppose we want to introduce some text in between the equations without upsetting the alignment. This can be achieved using the inter-text command. So we remove, we made a mistake here, the delta mu has come here. So what we should do is, let us first, put this properly, compile this. Now delta mu has come there. U of t is here. Now we want introduce some text between these two. So the line separator slash, slash is removed and that place we introduce this text that we want to include. Let’s take this text and put it there. Whatever text we want to put appears in braces with an inter-text command. Note that the opening brace has to be closed, not closing the brace is a common mistake made by the beginners. Lets compile this. So here is the text and you also have the equations aligned. Note also the use of the dollar sign within the inter-text command. Inter-text is like running text, so this is not part of the align environment. You need to include dollars here.

These equations don’t have numbers. In fact, the star in the aligned star command has told latex not to put the equation numbers. Let us remove the star and see what the aligned environment does. Let’s remove the star here. Also remove the star here. Let’s see what happens. So equation numbers have appeared automatically. We want to refer to them, so for example, let’s say we want to refer to them, so I have this here. Suppose this is the second equation I want to discretize, So I write this statement. Let me take this here, below this, put it. Let me compile it. So it says we will now discretize the PID controller given in equation 2. The equation numbers unfortunately may change while insertion or deletion of equations.

To demonstrate this, let us suppose, we include an equation here. Slash, slash, A equals B. And then we will delete these lines. Let’s compile this. Now I have A equals B as the second equation. Now this has become the third equation. Here we have hardcoded that equation 2 has to be discretized but this is no longer the second equation. Hardcoding of equation numbers in referencing always has this problem. This is solved by the label command. So let us come here and here at the end of the equation we introduce ‘label equation PID’ and then here I write in equation ‘ref’, ref is the command, and whatever than comes here label, should appear here also, again within the braces,’ equation PID’. Lets see what happens when I compile it. On compiling it, we see question marks here. On second compilation see what happens here – now it has become three. On second compilation the numbers become correct. This is similar to what we saw in table of contents. Let us now delete the A equals B equation. Let us get rid of this also. Let’s compile it. This equation 2 is gone, but you still have this three. ON first compilation the reference gives the previous number, on second compilation the numbers become correct. The labels are case sensitive. For example, here I have called it equation PID, PID is in capitals. Let’s change this to small PID. What happens now, here it says that it doesn’t know that. Its only that these have to be identical, these need not be characters. For example, suppose I want to give numbers here, let me just put hundred, let me put 100. Save it. Compile it. Okay, it doesn’t know it yet in the first compilation, but if I compile it a second time it will know. Numbers are the same.

In a similar way we can create labels for sections, sub-sections and so on. So let us do that, let us demonstrate this with section. Let us do it here. Section, this is first section. Label, sec 100. Then we go to the end of the document here. And says section ref sec-100, shows how to write equations. Save it. ‘Section, question marks shows how to write equations’. On next compilation this is taken care of. So section 1, this number is the same as this one. So this works for sections, sub-sections and so on. In fact with any environment that has a number associated with it. Alright, let’s delete these. Lets compile these. Once again. Alright.

We will now see how to accommodate long equations. So I have already written it here. Let me just go there at the end of the document, okay here it is. Let me add this. Put it here. Lets see what happens when I compile it. So I have a third equation that I have added here, it’s a long equation. It’s a long equation so it doesn’t fit into one line. So let us break it into two. The way to do that is, let us break it here, slash, slash, and come here and I’m putting an aligned with this ampersand. Let me save it, Compile it. See that this equation has been broken into two parts and I am aligning it with the plus sign. All these equal signs and plus signs are aligned now. Unfortunately we have equation numbers in both parts. Supposing we don’t want the number in the first line, suppose we don’t want this number. Include the command ‘no number’ before this slash, slash symbol. Do this as follows. Save this. Compile this. See that this equation number is gone and this has become three. We see that the braces we wanted in some terms are missing. For example here I have said E N, E N minus 1. Here it appears without these braces. This is because, braces are delimiters in latex. We now want to tell latex to not interpret these braces. This is done by putting a reverse slash before the braces. Let me put a reverse slash here. Let me also put a reverse slash here. See that we have the braces here similarly lets put it here also. Here and here. Save this, now we have got that. We will now show to create large graphics in equations. For example here, these brackets are very small. The way to do that is using – what are known as left and right commands. So lets come here – so the equation is here. The way to do this is – K slash left and on this side I have this, so here I put slash right. Let’s compile this. See this, it has become bigger. We can do this also with square brackets. I got square brackets. I can also put braces, only thing is that I have to tell latex not to interpret. So I put a slash brace. Let’s compile this. See this braces.

When we have one equation split into multiple lines, we will have to put only the left on the first. For example, we have a bracket here and a bracket here, I want to make this slightly bigger. So let me do that here. Suppose for example, I want to put a left bracket here and here I want to put a right bracket. Compile it. It comes and complains ‘forgotten right’, because I opened it here but I didn’t close it in the same equation. The way to do that is to use what is known as slash right dot, that means don’t worry about the right hand side. Similarly , here we have to say slash left dot, don’t worry about the left here. Let me exit here. Let me re-compile it. So this is taken care of.

Now suppose I want to push this a little inside. I can always says slash h-space 1cm. let me just do that shift. So this has been shifted, this has been aligned. If you don’t want this, you want the plus sign to come inside. Let’s do this here, put the plus sign here. Okay, this plus is now inside. Now this is nicely done.

All commands that work in between the dollar sign also work between the aligned environment but for the ampersand symbol that is used for the aligning of multiple symbols. All commands that work in the aligned environment also work within the dollar symbols. Nevertheless, there is a small difference in the way some outputs appear in the aligned environment and in the running mode obtained with the dollar. This can be illustrated with the integral mode. So lets come here. Let’s delete this. So I have this statement here. Let me take this, let me put it here. The integral mode includes the term this integral. Let me close this otherwise alignment will complain. So what I have done is the integral mode includes the term this integral. Note the size of this integral size and this integral. This is a lot bigger and this is smaller.

Such changes also occur in the case of fractions, sum and product to cite a few. There is one other thing that I want to tell before completing this tutorial. Aligned environment does not like blank lines in between. Suppose for example, I create a blank line here. It comes and says that paragraph ended before alignment was complete. If you really want a space, leave a percentage which tells latex that it is not common. Re-compiling. It goes through and you get all the text as before. This brings us to the end of this tutorial. Thanks for listening. This is Kannan Moudgalya signing off. Good-bye.

Contributors and Content Editors

Nancyvarkey