PDA

View Full Version : How do you write Powers


Gringo123
Feb15-10, 12:50 AM
I have a few questions that I would like to post on this site involving powers. First of all, can someone please tell me how to write the small figures that represent powers? I can do it on Microsofy packages, but not on this site.

rock.freak667
Feb15-10, 02:18 AM
2x = 2[*SUP]x[*/SUP] without the * (the X2 button)

or [*tex)2^x[*/tex] without the * (check the Σ button)

Sirsh
Feb18-10, 04:35 AM
When in advanced options for a reply or when starting a thread if you want 'to the power of' where it has the X^2 where the 2 is above the x click that and insert your value which is being put to the power of in the middle of the code i.e. x2 is just x[.SUP]2[/SUP] just for example i put a fullstop in the first SUP.

Char. Limit
Feb18-10, 12:04 PM
I prefer the tex option, myself. Makes it easier to write other complicated math stuff.

(\frac{x}{2})^2 = \frac{x^2}{4}

elect_eng
Feb18-10, 12:37 PM
I prefer the tex option, myself. Makes it easier to write other complicated math stuff.

(\frac{x}{2})^2 = \frac{x^2}{4}

Tex is very flexible and powerful. For example parenthesis, brackets and curly braces can be scaled with

\bigr \bigl \Bigr \Bigl \biggr \biggl \Biggr and \Biggl

\bigl({{x}\over{2}}\bigr)^2 = \frac{x^2}{4}

\biggl({{x}\over{2}}\biggr)^2 = \frac{x^2}{4}

\Bigl({{x}\over{2}}\Bigr)^2 = \frac{x^2}{4}

\Biggl({{x}\over{2}}\Biggr)^2 = \frac{x^2}{4}

Gringo123
Feb19-10, 12:32 AM
x[.SUP]2[/sup]

Mark44
Feb19-10, 12:48 AM
If you see what looks like some fancy LaTeX work, such as the things in elect_eng's post, if you double-click the expression, you can see the script that he used that renders that way.

Gringo123
Feb25-10, 06:56 AM
[tex]x^2 should give me x to the power of 2. here goes!

Gringo123
Feb25-10, 06:58 AM
and x^2

Mentallic
Feb25-10, 07:32 AM
You're missing the tex tags! [t ex] x^2 [/t ex] (remove the spaces between the t and e)

Borek
Feb25-10, 08:06 AM
You need both opening and closing tag:

[tеx]x^2[/tеx] -> x^2