Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > Math Help Forum Lounge > LaTex Help
Reply
 
Thread Tools Display Modes
  #31  
Old 10-11-2008, 01:40 PM
flyingsquirrel's Avatar
Super Member
 
Join Date: Apr 2008
Posts: 688
Country:
Thanks: 146
Thanked 345 Times in 299 Posts
flyingsquirrel is just really niceflyingsquirrel is just really niceflyingsquirrel is just really niceflyingsquirrel is just really niceflyingsquirrel is just really nice
Default

Quote:
Originally Posted by Jones View Post
Hehe, how would i get a left bracket first to indicate an equation system, (or congruence system if you like)
Try this :

\begin{cases}\phi(n) \equiv q \pmod{42} \\p \equiv n \pmod{234^{432}} \\\end{cases}

If you want to have the symbols \equiv aligned you can use the command & :

\begin{cases}\phi(n) & \equiv q \pmod{42} \\p & \equiv n \pmod{234^{432}} \\\end{cases}

If you don't want q and \phi(n) to be aligned on the left, you'll have to use an array instead of the cases environment :

\left\{\begin{array}{ccl}\phi(n) & \equiv & q \pmod{42} \\p & \equiv & n \pmod{234^{432}} \\\end{array}\right.

\left\{\begin{array}{rcl}\phi(n) & \equiv & q \pmod{42} \\p & \equiv & n \pmod{234^{432}} \\\end{array}\right.
Reply With Quote
Advertisement
 
  #32  
Old 10-19-2008, 03:16 PM
masters's Avatar
MHF Contributor

 
Join Date: Jan 2008
Location: Southwest Virginia, USA in beautiful Appalachian Mountains
Posts: 1,380
Country:
Thanks: 243
Thanked 888 Times in 638 Posts
masters is a splendid one to beholdmasters is a splendid one to beholdmasters is a splendid one to beholdmasters is a splendid one to beholdmasters is a splendid one to beholdmasters is a splendid one to beholdmasters is a splendid one to beholdmasters is a splendid one to behold
Default Arc symbol

What do you use for the arc symbol? I've been using

\widehat{ABC} to get \widehat{ABC}, but that's not quite it.

I tried using: \stackrel{\frown}{ABC}

\stackrel{\frown}{ABC}

That just doesn't look right, either. It's too small.
__________________
He who knows not and knows not that he knows not is a fool, shun him. He who knows not and knows that he knows not is a child, teach him. He who knows and knows not that he knows is asleep, wake him. And he who knows and knows that he knows is wise, follow him.
-- Persian Proverb


Reply With Quote
  #33  
Old 10-20-2008, 08:15 AM
Opalg's Avatar
Super Member
 
Join Date: Aug 2007
Location: Leeds, UK
Posts: 978
Country:
Thanks: 56
Thanked 556 Times in 456 Posts
Opalg is a splendid one to beholdOpalg is a splendid one to beholdOpalg is a splendid one to beholdOpalg is a splendid one to beholdOpalg is a splendid one to beholdOpalg is a splendid one to beholdOpalg is a splendid one to behold
Default

Quote:
Originally Posted by masters View Post
What do you use for the arc symbol? I've been using

\widehat{ABC} to get \widehat{ABC}, but that's not quite it.

I tried using: \stackrel{\frown}{ABC}

\stackrel{\frown}{ABC}

That just doesn't look right, either. It's too small.
You can make it slightly bigger by \stackrel{\textstyle\frown}{ABC}:

\stackrel{\textstyle\frown}{ABC}
Reply With Quote
The following users thank Opalg for this useful post:
Donate to MHF
  #34  
Old 10-21-2008, 03:12 PM
masters's Avatar
MHF Contributor

 
Join Date: Jan 2008
Location: Southwest Virginia, USA in beautiful Appalachian Mountains
Posts: 1,380
Country:
Thanks: 243
Thanked 888 Times in 638 Posts
masters is a splendid one to beholdmasters is a splendid one to beholdmasters is a splendid one to beholdmasters is a splendid one to beholdmasters is a splendid one to beholdmasters is a splendid one to beholdmasters is a splendid one to beholdmasters is a splendid one to behold
Default

Quote:
Originally Posted by Opalg View Post
You can make it slightly bigger by \stackrel{\textstyle\frown}{ABC}:

\stackrel{\textstyle\frown}{ABC}
Yeah, that'd be ok for minor arcs like \stackrel{\textstyle\frown}{AB}
__________________
He who knows not and knows not that he knows not is a fool, shun him. He who knows not and knows that he knows not is a child, teach him. He who knows and knows not that he knows is asleep, wake him. And he who knows and knows that he knows is wise, follow him.
-- Persian Proverb


Reply With Quote
  #35  
Old 11-23-2008, 07:54 PM
Mathstud28's Avatar
MHF Contributor
 
Join Date: Mar 2008
Location: Pennsylvania
Posts: 3,765
Country:
Thanks: 411
Thanked 981 Times in 907 Posts
Mathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to behold
Send a message via AIM to Mathstud28
Default

Let X be a metric space, and let E\subset{X}. Now define S\equiv\left\{d(p,q):q,p\in{E}\right\}, now if \sup\left(S\right)=\gamma we may equivalently write [LaTeX Error: Syntax error]...Is ther a code that gives \text{diam}\left(E\right)?
Reply With Quote
  #36  
Old 11-23-2008, 08:18 PM
Chris L T521's Avatar
Carrier of the DEasease
 
Join Date: May 2008
Location: Arlington Heights, Illinois
Posts: 1,656
Country:
Thanks: 1,232
Thanked 1,047 Times in 770 Posts
Chris L T521 has much to be proud ofChris L T521 has much to be proud ofChris L T521 has much to be proud ofChris L T521 has much to be proud ofChris L T521 has much to be proud ofChris L T521 has much to be proud ofChris L T521 has much to be proud ofChris L T521 has much to be proud ofChris L T521 has much to be proud of
Send a message via AIM to Chris L T521 Send a message via Skype™ to Chris L T521
Default

Quote:
Originally Posted by Mathstud28 View Post
Let X be a metric space, and let E\subset{X}. Now define S\equiv\left\{d(p,q):q,p\in{E}\right\}, now if \sup\left(S\right)=\gamma we may equivalently write [LaTeX Error: Syntax error]...Is ther a code that gives \text{diam}\left(E\right)?
From what I know, no. One can define this command...but you can't do so here on MHF. If you had a LaTeX editor [like TeXnic Center], you can post the following into the preamble of the document:

Code:
\newcommand{\diam}[1]{\text{diam}\left(#1\right)}
And then when you type \diam E, it gives you \text{diam}\left(E\right)

--Chris
__________________
\color{blue}\text{ if }\Re[z]<0\text{ and }0<a\leq 1,

\color{blue}\zeta(z,a)=\frac{2\Gamma(1-z)}{(2\pi)^{1-z}}\left[\sin\left(\frac{\pi z}{2}\right)\sum_{n=1}^{\infty}\frac{\cos(2\pi a n)}{n^{1-z}}+\cos\left(\frac{\pi z}{2}\right)\sum_{n=1}^{\infty}\frac{\sin(2\pi a n)}{n^{1-z}}\right]
Reply With Quote
The following users thank Chris L T521 for this useful post:
Donate to MHF
  #37  
Old 11-23-2008, 08:20 PM
Mathstud28's Avatar
MHF Contributor
 
Join Date: Mar 2008
Location: Pennsylvania
Posts: 3,765
Country:
Thanks: 411
Thanked 981 Times in 907 Posts
Mathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to beholdMathstud28 is a splendid one to behold
Send a message via AIM to Mathstud28
Default

Quote:
Originally Posted by Chris L T521 View Post
From what I know, no. One can define this command...but you can't do so here on MHF. If you had a LaTeX editor [like TeXnic Center], you can post the following into the preamble of the document:

Code:
\newcommand{\diam}[1]{\text{diam}\left(#1\right)}
And then when you type \diam E, it gives you \text{diam}\left(E\right)

--Chris
Haha, that is a lot of work. I think I will just stick with \text{diam}\left(E\right)

Thanks though!
Reply With Quote
  #38  
Old 11-25-2008, 03:07 AM
flyingsquirrel's Avatar
Super Member
 
Join Date: Apr 2008
Posts: 688
Country:
Thanks: 146
Thanked 345 Times in 299 Posts
flyingsquirrel is just really niceflyingsquirrel is just really niceflyingsquirrel is just really niceflyingsquirrel is just really niceflyingsquirrel is just really nice
Default

\begin{pmatrix}
a_{1,1} & a_{2,1} & \ldots & a_{n,1}\\
a_{2,1} & a_{2,2} & \ldots & a_{n,2}\\
\hdotsfor[1.7]{4}\\
a_{n,1} & a_{2,n} & \ldots & a_{n,n}
\end{pmatrix}

\begin{pmatrix}
a_{1,1} & a_{2,1} & \ldots & a_{n,1}\\
a_{2,1} & a_{2,2} & \ldots & a_{n,2}\\
\vdots & \vdots & \ddots & \vdots \\
a_{n,1} & a_{2,n} & \ldots & a_{n,n}
\end{pmatrix}
Reply With Quote
  #39  
Old 11-29-2008, 03:27 PM
Chris L T521's Avatar
Carrier of the DEasease
 
Join Date: May 2008
Location: Arlington Heights, Illinois
Posts: 1,656
Country:
Thanks: 1,232
Thanked 1,047 Times in 770 Posts
Chris L T521 has much to be proud ofChris L T521 has much to be proud ofChris L T521 has much to be proud ofChris L T521 has much to be proud ofChris L T521 has much to be proud ofChris L T521 has much to be proud ofChris L T521 has much to be proud ofChris L T521 has much to be proud ofChris L T521 has much to be proud of
Send a message via AIM to Chris L T521 Send a message via Skype™ to Chris L T521
Default

\begin{matrix}0&1\\1&0\end{matrix} \hspace{1.5pc}\begin{pmatrix}0&1\\1&0\end{pmatrix} \hspace{1.5pc}\begin{bmatrix}0&1\\1&0\end{bmatrix} \hspace{1.5pc}\begin{Bmatrix}0&1\\1&0\end{Bmatrix} \hspace{1.5pc}\begin{vmatrix}0&1\\1&0\end{vmatrix} \hspace{1.5pc}\begin{Vmatrix}0&1\\1&0\end{Vmatrix}
__________________
\color{blue}\text{ if }\Re[z]<0\text{ and }0<a\leq 1,

\color{blue}\zeta(z,a)=\frac{2\Gamma(1-z)}{(2\pi)^{1-z}}\left[\sin\left(\frac{\pi z}{2}\right)\sum_{n=1}^{\infty}\frac{\cos(2\pi a n)}{n^{1-z}}+\cos\left(\frac{\pi z}{2}\right)\sum_{n=1}^{\infty}\frac{\sin(2\pi a n)}{n^{1-z}}\right]
Reply With Quote
  #40  
Old 12-02-2008, 04:28 AM
Greengoblin's Avatar
Senior Member
 
Join Date: Feb 2008
Location: UK
Posts: 149
Country:
Thanks: 30
Thanked 29 Times in 29 Posts
Greengoblin is on a distinguished road
Default

\sum_{k=0}^n

\sum_{k=0}^n a^k

\sum_{r=0}^n a^r

\sum_{r=0}^n\ ^nC_r a^r

[LaTeX Error: Syntax error]

(x+y)^n

[LaTeX Error: Syntax error]
__________________
\prod_{i\in I}X_i = \{f: I\to\bigcup_{i\in I}X_i\ |\ (\forall i)(f(i)\in X_i)\}

Give a man a fish, and he will eat for a day, but teach a man to fish, and he will sit in a boat all day drinking beer.

Good engineers are not born, they are pre-fabricated.

The hardness of the butter is proportional to the softness of the bread.
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 04:25 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2008 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.