Discussion about math, puzzles, games and fun. Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °
| |
|
|
You are not logged in. #1 2007-09-20 05:46:55
Excuse me for Latexing my homework hereThank you MIF, I will delete it once I have printed out and handed in. Hence Last edited by George,Y (2007-09-20 05:48:41) X'(y-Xβ)=0 #2 2007-09-20 06:01:45
Re: Excuse me for Latexing my homework hereIf you need any help with doing so, just ask. MikTex is by far the easiest to use in my experience. "In the real world, this would be a problem. But in mathematics, we can just define a place where this problem doesn't exist. So we'll go ahead and do that now..." #5 2007-09-20 08:01:23
Re: Excuse me for Latexing my homework hereThat's fine. "The physicists defer only to mathematicians, and the mathematicians defer only to God ..." - Leon M. Lederman #7 2007-09-20 10:06:39
Re: Excuse me for Latexing my homework hereAfter downloading and installing miktex, you will probably want an IDE. TexnicCenter was the one I used. Wasn't great, but it did the job. "In the real world, this would be a problem. But in mathematics, we can just define a place where this problem doesn't exist. So we'll go ahead and do that now..." #9 2007-09-22 05:03:18
Re: Excuse me for Latexing my homework hereIf you want, you can use the Preview command to show the LaTeX, then copy the image to wherever you want it, and never have to actually post. Why did the vector cross the road? It wanted to be normal. #11 2007-09-23 14:17:59
Re: Excuse me for Latexing my homework hereThis is actually something worth discussing in the Coder's Corner. A recent trend in software design is to break a piece of software down into divisible pieces. This does a number of things. First, each piece is smaller than the whole and much easier to develop. But more importantly, it allows for the user to choose between different pieces. You can switch your front end for latex (the user interface) without having to change the program used to compile and produce the pdfs. Latex is a beast, I could only imagine trying to code it. On the other hand, user interfaces are relatively easy. So instead of forcing everyone to program both, people can all just use MikTex and make the user interface over top of it. "In the real world, this would be a problem. But in mathematics, we can just define a place where this problem doesn't exist. So we'll go ahead and do that now..." #13 2007-09-30 10:33:20
Re: Excuse me for Latexing my homework here
X'(y-Xβ)=0 #14 2007-09-30 10:43:47
Re: Excuse me for Latexing my homework here
I strongly disagree. Writing a Tex compiler is a very intensive and difficult process, especially making sure that it conforms will all the Tex and Latex (let alone other types of Tex like BibTex) standards. Hell, there is a 120 page document that simply lists math commands. It is a huge library.
I'm not certain what you mean. Are you saying you have a Latex document and can't figure out how to compile it into a pdf or dvi? Or is it something else? "In the real world, this would be a problem. But in mathematics, we can just define a place where this problem doesn't exist. So we'll go ahead and do that now..." |