Too Outdated Author's Highlighted

This is a demo of JExtBOX Equation which is a Joomla extension for inserting math.

For example, consider the following LaTeX code.

$$\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$$

After rendering, we have the following equation. x2a2+y2b2=1

Let see the other example \begin{equation}\int_{0}^{1}\sqrt{x}dx=?\label{eq1}\end{equation}.

Its result will be numbered equation like the following equation. (1)+ex2/2dx=?

To call equation, labeled eq1, like (1), it needs to be written \ref{eq1}.

Now consider inline equations.

$\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$ is inline equation.

x2a2+y2b2=1 is inline equation.

PSPicture Example

\begin{pspicture}(-4,-3)(4,6)
\uservariable{alpha}(0.1,0){x}
\psplot[algebraic,linewidth=2pt]{-4}{4}{pow(x,2)}
\psplot[algebraic,linecolor=blue,linewidth=3]{-4}{4}{4*(x-alpha)*alpha}
\psline{->}(-4,0)(4,0)
\end{pspicture}

The other example

\begin{pspicture}(-5,-5)(5,5)
\rput(0.3,3.75){ $Im$ }
\psline{->}(0,-3.75)(0,3.75)
\rput(3.75,0.3){ $Re$ }
\psline{->}(-3.75,0)(3.75,0)
\pscircle(0,0){ 3 }
\rput(2.3,1){$e^{i\omega}-\alpha$}
\userline[linewidth=1.5 pt]{->}(1.500,0.000)(2.121,2.121)
\userline[linewidth=1.5 pt,linecolor=blue]{->}(0,0.000)(2.121,2.121){(x>0) ? 3 * cos( atan(-y/x) ) : -3 * cos( atan(-y/x) ) }{ (x>0) ? -3 * sin( atan(-y/x) ) : 3 * sin( atan(-y/x) )}
\userline[linewidth=1.5 pt,linestyle=dashed](-1.500,0.000)(2.121,2.121){x}{0}{x}{y}
\userline[linewidth=1.5 pt,linestyle=dashed](-1.500,0.000)(2.121,2.121){0}{y}{x}{y}
\rput(-0.75,-4.25){$1+\alpha$}
\rput(2.25,-4.25){$1-\alpha$}
\psline{<->}(-3,-4)(1.5,-4)
\psline{<->}(1.5,-4)(3,-4)
\psline[linestyle=dashed](3,-4.5)(3,0)
\psline[linestyle=dashed](-3,-4.5)(-3,0)
\psline[linestyle=dashed](1.5,-4.5)(1.5,0)
\end{pspicture}

Im

To test the rendering of maths which are loaded later, you can enter an equation as a comment below.

Comments (4)

Attach images by dragging & dropping or by selecting them.
The maximum file size for uploads is 10MB. Only gif,jpg,png files are allowed.
 
The maximum number of 3 allowed files to upload has been reached. If you want to upload more files you have to delete one of the existing uploaded files first.
The maximum number of 3 allowed files to upload has been reached. If you want to upload more files you have to delete one of the existing uploaded files first.
Posting as
  • x3
  • fξ(x)=12πxet2/2dt
    Inline equation x2+y2=1
    Numbered equation (2)Φ(0)=12
    Now calling (2)
    PSPicture
    \begin{pspicture}(-2,-2)(2,2) \psline[linecolor=green]{->}(0,0)(1.2,1.2) \psline[linecolor=red]{->}(0,0)(-1.2,-1.2) \psline[linecolor=purple]{->}(0,0)(1.2,-1.2) \psline[linecolor=lightblue]{->}(0,0)(-1.2,1.2) \end{pspicture}
  • x2+y2=1
  • ax2+bx+c=0

Comments powered by CComment