Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > Math Resources > LaTex Help
Closed Thread
 
Thread Tools Display Modes
  #16  
Old November 15th, 2006, 03:29 PM
Quick's Avatar
MHF Contributor
 
Join Date: May 2006
Location: New England
Posts: 1,029
Country:
Thanks: 32
Thanked 144 Times in 120 Posts
Quick has a spectacular aura aboutQuick has a spectacular aura about
Default

Quote:
Originally Posted by Soroban View Post
Hello, TriKri!


Use \neq . \neq

that's the way I do it, Hacker's way is to write [math]\not =[/math] if that helps you to remember
Advertisement
 
  #17  
Old November 20th, 2006, 05:08 AM
Senior Member
 
Join Date: Jul 2006
Location: Shabu City
Posts: 381
Country:
Thanks: 440
Thanked 13 Times in 13 Posts
^_^Engineer_Adam^_^ is on a distinguished road
Default

4 \pi r^2
  #18  
Old November 20th, 2006, 01:30 PM
Super Member

 
Join Date: May 2006
Location: Lexington, MA (USA)
Posts: 7,280
Thanks: 555
Thanked 4,644 Times in 3,707 Posts
Soroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond reputeSoroban has a reputation beyond repute
Default

Here are a few more LaTeX codes you may enjoy ... or not.


\circlearrowleft . \circlearrowleft . . . \circlearrowright . \qquad\circlearrowright

\curvearrowleft . \curvearrowleft . . \curvearrowright . \curvearrowright

\rightsquigarrow . \rightsquigarrow

\bar{x} . \bar{x}

\langle . \langle . . . . \rangle . \rangle

\hdots . \hdots . . \cdots . . \cdots . . \ddots . \ddots

\pmod{n} . \pmod{n}

\boxed{x = 1} . \boxed{x = 1}

9\choose3 . 9\choose3 . . . \binom{9}{3} . \binom{9}{3}

\! . removes a space
. . \sin^2x + \cos^2x produces: \sin^2x + \cos^2x
. . . . . . . . . . . . . . . . . . . . . . . . . .\uparrow . . . . \uparrow
I found that the extra spaces can be confusing.
They can be removed with: \sin^2\!x + \cos\!x: .\sin^2\!x + \cos^2\!x

  #19  
Old November 20th, 2006, 04:04 PM
TriKri's Avatar
Senior Member
 
Join Date: Nov 2006
Posts: 278
Country:
Thanks: 31
Thanked 23 Times in 22 Posts
TriKri is on a distinguished road
Default

Thanks! That can be useful. Can someone show me how to make a Pascals triangle with LaTex code? Creating a new row with \\ wont work if I'm not creating a matrix or something similar with surrounding things.
  #20  
Old November 20th, 2006, 04:09 PM
Quick's Avatar
MHF Contributor
 
Join Date: May 2006
Location: New England
Posts: 1,029
Country:
Thanks: 32
Thanked 144 Times in 120 Posts
Quick has a spectacular aura aboutQuick has a spectacular aura about
Default

Sorry, your Web browser is not Java compatible. This prototype will not be of much interest to you.



Quote:
Originally Posted by TriKri View Post
Thanks! That can be useful. Can someone show me how to make a Pascals triangle with LaTex code? Creating a new row with \\ wont work if I'm not creating a matrix or something similar with surrounding things.



Type in: [draw]Point (100,80); Point (50,200); Point (150,200); Segment (1,2); Segment (1,3); Segment (2,3); Midpoint (4) [hidden]; Midpoint (5) [hidden]; Midpoint (6) [hidden]; Segment (7,8); Segment (7,9); Segment (8,9);[/draw] to get the picture at right.
  #21  
Old November 20th, 2006, 07:23 PM
Quick's Avatar
MHF Contributor
 
Join Date: May 2006
Location: New England
Posts: 1,029
Country:
Thanks: 32
Thanked 144 Times in 120 Posts
Quick has a spectacular aura aboutQuick has a spectacular aura about
Default

oops, you wanted Pascals triangle , I gave you sierpinski (however that's spelled)

type in:
[code]
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1[/code]

to get:
Code:
          1
        1   1
      1   2   1
    1   3   3   1
  1   4   6   4   1
1   5  10   10  5   1
  #22  
Old November 21st, 2006, 07:08 AM
TriKri's Avatar
Senior Member
 
Join Date: Nov 2006
Posts: 278
Country:
Thanks: 31
Thanked 23 Times in 22 Posts
TriKri is on a distinguished road
Default

Ok thanks, doing it with code tags seems simple.
  #23  
Old November 22nd, 2006, 01:26 AM
Super Member
 
Join Date: Oct 2006
Posts: 678
Country:
Thanks: 426
Thanked 161 Times in 154 Posts
qbkr21 will become famous soon enoughqbkr21 will become famous soon enough
Default Test

x^2\sqrt{x}
  #24  
Old November 23rd, 2006, 09:08 AM
Senior Member
 
Join Date: Jul 2006
Location: Shabu City
Posts: 381
Country:
Thanks: 440
Thanked 13 Times in 13 Posts
^_^Engineer_Adam^_^ is on a distinguished road
Default

\frac{2x+7}{8x+4} how do i put a squaroot of a fraction?
  #25  
Old November 23rd, 2006, 09:26 AM
ThePerfectHacker's Avatar
Global Moderator

 
Join Date: Nov 2005
Location: New York City
Posts: 11,186
Country:
Thanks: 482
Thanked 3,758 Times in 3,070 Posts
ThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond reputeThePerfectHacker has a reputation beyond repute
Default

Quote:
Originally Posted by ^_^Engineer_Adam^_^ View Post
\frac{2x+7}{8x+4} how do i put a squaroot of a fraction?
Code:
\sqrt{ \frac{2x+7}{8x+4} }
To get,
\sqrt{ \frac{2x+7}{8x+4} }
__________________

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


"Democracy has proved only that the best way to gain power
over people is to assure the people that they are ruling
themselves. Once they believe that, they make wonderfully
submissive slaves." - Joseph Sobran


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
  #26  
Old November 26th, 2006, 05:01 PM
TriKri's Avatar
Senior Member
 
Join Date: Nov 2006
Posts: 278
Country:
Thanks: 31
Thanked 23 Times in 22 Posts
TriKri is on a distinguished road
Default

How do you make a degree-sign? Like a \circ but higher up...
  #27  
Old November 26th, 2006, 05:16 PM
topsquark's Avatar
Generous Contributor
 
Join Date: Jan 2006
Location: Angelica, NY
Posts: 7,618
Country:
Thanks: 643
Thanked 2,312 Times in 2,098 Posts
topsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond reputetopsquark has a reputation beyond repute
Default

Quote:
Originally Posted by TriKri View Post
How do you make a degree-sign? Like a \circ but higher up...
I think there is an actual LaTeX code for it, but I just do ^o (The "o" is just a lowercase letter o.)

-Dan
__________________
Got a Physics question? Come on over to
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.


"I must not fear. Fear is the mind killer. Fear is the little death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone I will turn the inner eye to see its path. Where the fear has gone there will be nothing. Only I will remain." - The Litany Against Fear, "Dune" by Frank Herbert
  #28  
Old November 26th, 2006, 05:23 PM
OReilly's Avatar
Senior Member
 
Join Date: Mar 2006
Posts: 343
Thanks: 3
Thanked 35 Times in 33 Posts
OReilly is on a distinguished road
Default

Quote:
Originally Posted by TriKri View Post
How do you make a degree-sign? Like a \circ but higher up...
20^\circ

Just write <math> ^\circ <\math>
  #29  
Old November 26th, 2006, 05:25 PM
TriKri's Avatar
Senior Member
 
Join Date: Nov 2006
Posts: 278
Country:
Thanks: 31
Thanked 23 Times in 22 Posts
TriKri is on a distinguished road
Default

Quote:
Originally Posted by OReilly View Post
20^\circ

Just write <math> ^\circ <\math>
Smart! And what about an accordingly/therefore/consequently/thus sign? (what is the English name for it?) It is suposed to look like three points in a triangle.
  #30  
Old November 26th, 2006, 05:35 PM
OReilly's Avatar
Senior Member
 
Join Date: Mar 2006
Posts: 343
Thanks: 3
Thanked 35 Times in 33 Posts
OReilly is on a distinguished road
Default

Quote:
Originally Posted by TriKri View Post
Smart! And what about an accordingly/therefore/consequently/thus sign? (what is the English name for it?) It is suposed to look like three points in a triangle.
I tried [math]\therefore [\math] and [math]\because [\math] which are actually LaTex code for those symbols but as you can see they don't work here.
Closed Thread

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 01:41 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, 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.