Enter the expression



Input:
Result: $$$$

Description


Example

Input Evaluation Description
(x+1)*(x-1) $(x+1)(x-1)$ * cannot be omitted.
10**2 $10^2$ ** is a power.
j*j $-1$ j is an imaginary unit.
i*V $jV$ i is replaced by j.
(A+1)/2*B $\frac{(A+1)}{2} B$ Different from below.
(A+1)/(2*B) $\frac{(A+1)}{(2B)}$ Different from above.
V_1*I_bias $V_1 I_{bias}$ Variables can be subscripted.