Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > Math Resources > LaTex Help
Reply
 
Thread Tools Display Modes
  #1  
Old September 22nd, 2008, 10:59 PM
RedBarchetta's Avatar
Member
 
Join Date: Apr 2008
Location: United States
Posts: 111
Thanks: 57
Thanked 4 Times in 4 Posts
RedBarchetta is on a distinguished road
Default Making a PDF

How would I go about making a pdf using latex?

I have mathtype if that helps.
Reply With Quote
Advertisement
 
  #2  
Old September 22nd, 2008, 11:03 PM
Chris L T521's Avatar
The Green Lanturn

 
Join Date: May 2008
Location: Arlington Heights, IL
Posts: 2,632
Country:
Thanks: 2,417
Thanked 2,132 Times in 1,523 Posts
Chris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond repute
Send a message via Skype™ to Chris L T521
Default

Quote:
Originally Posted by RedBarchetta View Post
How would I go about making a pdf using latex?

I have mathtype if that helps.
Try TeXnic Center. You may need to download the most recent version of MikiTex out there. [The good thing is, its FREE]

I use it, and its great. This is a sample .pdf document created by TeXnic Center [its a part of my linear algebra assignment I have yet to complete ]

However, this was the LaTeX code I used to generate the pdf:

Code:
\documentclass[8pt]{article}
\usepackage{amsmath, amssymb, amsthm}

\pdfpagewidth 8.5in
\pdfpageheight 11in
\setlength\topmargin{-1.5in}
\setlength\headheight{-0.5in}
\setlength\headsep{0in}
\setlength\textheight{9.25in}
\setlength\textwidth{7in}
\setlength\oddsidemargin{-.35in}
\setlength\evensidemargin{-.75in}
\setlength\headheight{77pt}
\setlength\headsep{0in}

\begin{document}

\begin{center}
   \small \textbf{MATH 243 : Linear Algebra I} \\
   \small Chapter 2.1 \#1-7 odd, 11, 15
\end{center}

\begin{flushleft}

\begin{enumerate}
   \item[1. ] Find a row echelon form of each of the given matrices.  Record the row operations you perform, using the notation for elementary row operations.\vskip 0.25pc
   \begin{enumerate}
      \item $A=\left[\begin{array}{ccc}-1&2&-5\\2&-1&6\\2&-2&7\end{array}\right]$\vskip 0.25pc
            $\begin{array}{c} \scriptsize_{2R_1+R_2\rightarrow R_2}\\
                              \left[\begin{array}{ccc}-1&2&-5\\0&3&-4\\2&-2&7\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{2R_1+R_3\rightarrow R_2}\\
                              \left[\begin{array}{ccc}-1&2&-5\\0&3&-4\\0&2&-3\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{-R_1\rightarrow R_1}\\
                              \left[\begin{array}{ccc}1&-2&5\\0&3&-4\\0&2&-3\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{\frac{1}{3}R_2\rightarrow R_2}\\
                              \left[\begin{array}{ccc}1&-2&5\\0&1&-\frac{4}{3}\\0&2&-3\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{-2R_2+R_3\rightarrow R_3}\\
                              \left[\begin{array}{ccc}1&-2&5\\0&1&-\frac{4}{3}\\0&0&-\frac{1}{3}\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{-3R_3\rightarrow R_3}\\
                              \left[\begin{array}{ccc}1&-2&5\\0&1&-\frac{4}{3}\\0&0&1\end{array}\right]
             \end{array}\blacktriangleleft$\vskip 1.5pc
             
      \item $A=\left[\begin{array}{ccc}1&1&-1\\3&4&-1\\5&6&-3\\-2&-2&2\end{array}\right]$\vskip 0.25pc
            $\begin{array}{c} \scriptsize_{2R_1+R_4\rightarrow R_4}\\
                              \left[\begin{array}{ccc}1&1&-1\\3&4&-1\\5&6&-3\\0&0&0\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{-3R_1+R_2\rightarrow R_2}\\
                              \left[\begin{array}{ccc}1&1&-1\\0&1&2\\5&6&-3\\0&0&0\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{-5R_1+R_3\rightarrow R_3}\\
                              \left[\begin{array}{ccc}1&1&-1\\0&1&2\\0&1&2\\0&0&0\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{-R_2+R_3\rightarrow R_3}\\
                              \left[\begin{array}{ccc}1&1&-1\\0&1&2\\0&0&0\\0&0&0\end{array}\right]
             \end{array}\blacktriangleleft$
   \end{enumerate}\vskip 1.5pc
      
   \item[3. ] Each of the given matrices is in row echelon form. Determine its reduced row echelon form. Record the row operations you perform, using the notation for elementary row operations.\vskip 0.5pc
   \begin{enumerate}
      \item $A=\left[\begin{array}{ccc}1&2&4\\0&1&-2\\0&0&1\end{array}\right]$\vskip 0.5pc
            $\begin{array}{c} \scriptsize_{-2R_2+R_1\rightarrow R_1}\\
                              \left[\begin{array}{ccc}1&0&8\\0&1&-2\\0&0&1\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{2R_3+R_2\rightarrow R_2}\\
                              \left[\begin{array}{ccc}1&0&8\\0&1&0\\0&0&1\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{-8R_3+R_1\rightarrow R_1}\\
                              \left[\begin{array}{ccc}1&0&0\\0&1&0\\0&0&1\end{array}\right]
             \end{array}\blacktriangleleft$\vskip 1.5pc
      \item $A=\left[\begin{array}{cccc}1&4&3&5\\0&0&1&-4\\0&0&0&1\\0&0&0&0\end{array}\right]$\vskip 0.5pc
            $\begin{array}{c} \scriptsize_{-3R_2+R_1\rightarrow R_1}\\
                              \left[\begin{array}{cccc}1&4&0&17\\0&0&1&-4\\0&0&0&1\\0&0&0&0\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{4R_3+R_2\rightarrow R_2}\\
                              \left[\begin{array}{cccc}1&4&0&17\\0&0&1&0\\0&0&0&1\\0&0&0&0\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{-17R_3+R_1\rightarrow R_1}\\
                              \left[\begin{array}{cccc}1&4&0&0\\0&0&1&0\\0&0&0&1\\0&0&0&0\end{array}\right]
             \end{array}\blacktriangleleft$\vskip 4.5pc
             
   \end{enumerate}
   
   \item[5.  ] Find the reduced row echelon form of each of the given matrices.  Record the row operations you perform, using the notation for elementary row operations.\vskip 0.5pc
   \begin{enumerate}
      \item $A=\left[\begin{array}{ccc}-1&2&-5\\2&-1&6\\2&-2&7\end{array}\right]$\vskip 0.5pc
            $\begin{array}{c} \scriptsize_{2R_1+R_2\rightarrow R_2}\\
                              \left[\begin{array}{ccc}-1&2&-5\\0&3&-4\\2&-2&7\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{2R_1+R_3\rightarrow R_3}\\
                              \left[\begin{array}{ccc}-1&2&-5\\0&3&-4\\0&2&-3\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{-R_1\rightarrow R_1}\\
                              \left[\begin{array}{ccc}1&-2&5\\0&3&-4\\0&2&-3\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{\frac{1}{3}R_2\rightarrow R_2}\\
                              \left[\begin{array}{ccc}1&-2&5\\0&1&-\frac{4}{3}\\0&2&-3\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{2R_2+R_1\rightarrow R_1}\\
                              \left[\begin{array}{ccc}1&0&\frac{7}{3}\\0&1&-\frac{4}{3}\\0&2&-3\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{-2R_2+R_3\rightarrow R_3}\\
                              \left[\begin{array}{ccc}1&0&\frac{7}{3}\\0&1&-\frac{4}{3}\\0&0&-\frac{1}{3}\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{-3R_3\rightarrow R_3}\\
                              \left[\begin{array}{ccc}1&0&\frac{7}{3}\\0&1&-\frac{4}{3}\\0&0&1\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{\frac{4}{3}R_3+R_2\rightarrow R_2}\\
                              \left[\begin{array}{ccc}1&0&\frac{7}{3}\\0&1&0\\0&0&1\end{array}\right]
             \end{array}\implies
             \begin{array}{c} \scriptsize_{-\frac{7}{3}R_3+R_1\rightarrow R_1}\\
                              \left[\begin{array}{ccc}1&0&0\\0&1&0\\0&0&1\end{array}\right]
             \end{array}\blacktriangleleft$\vskip 1.5pc
             
   \end{enumerate}
   
\end{enumerate}

\end{flushleft}

\end{document}
--Chris
Attached Files
File Type: pdf LinAlg2.1.pdf (43.9 KB, 51 views)
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Stuck on DE's? See
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
!

See
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
for Maple programming tips.

Become a fan of
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
!
Reply With Quote
The following users thank Chris L T521 for this useful post:
Donate to MHF
  #3  
Old September 23rd, 2008, 12:12 AM
RedBarchetta's Avatar
Member
 
Join Date: Apr 2008
Location: United States
Posts: 111
Thanks: 57
Thanked 4 Times in 4 Posts
RedBarchetta is on a distinguished road
Default

I downloaded both of those above. I've inserted the latex into a document. Where can you see a preview of what you've put in the document?

I can't even to begin the set up with this thing.....

"Enter the full path of the directory, where the executables(latex,tex,etc.) of your TeX-distribution are located:"

Where and what is this?
Reply With Quote
  #4  
Old September 23rd, 2008, 08:14 AM
Chris L T521's Avatar
The Green Lanturn

 
Join Date: May 2008
Location: Arlington Heights, IL
Posts: 2,632
Country:
Thanks: 2,417
Thanked 2,132 Times in 1,523 Posts
Chris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond reputeChris L T521 has a reputation beyond repute
Send a message via Skype™ to Chris L T521
Default

Quote:
Originally Posted by RedBarchetta View Post
I downloaded both of those above. I've inserted the latex into a document. Where can you see a preview of what you've put in the document?

I can't even to begin the set up with this thing.....

"Enter the full path of the directory, where the executables(latex,tex,etc.) of your TeX-distribution are located:"

Where and what is this?
Depending on what MiKTex you downloaded, the path of directory, where the executables are located is:

C:\Program Files\MiKTex *.*\miktex\bin

where *.* represents the version number. In my case, I have MiKTex 2.7, so my path was

C:\Program Files\MiKTex 2.7\miktex\bin

Then click next, and don't worry about the rest; just continue on until you're done with setup.

When it finishes set up, go to the drop down that says LaTeX => DVI and change it to LaTeX => PDF.

Once you start a new document, three buttons in the row that contains the drop down box become usable. From left to right, they are:

- build document
- view document
- build and view document

I use the last one, so it can compile and output the document in one action. However, if you keep using this button, you need to make sure that the preview (.pdf file) is closed. Otherwise, an error will come up and say they can't overwrite the file.

Try to mess around with this a little bit. I'm still new to this, but it doesn't take much time until you catch on!

--Chris
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Stuck on DE's? See
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
!

See
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
for Maple programming tips.

Become a fan of
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
!

Last edited by Chris L T521; September 23rd, 2008 at 08:28 AM.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 03:00 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2009 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.