Enter the expression



Input:
Result:

Description


Example

Input Evaluation Description
(x+1)*(x-1) (x+1)(x1) * cannot be omitted.
10**2 102 ** is a power.
j*j 1 j is an imaginary unit.
i*V jV i is replaced by j.
(A+1)/2*B (A+1)2B Different from below.
(A+1)/(2*B) (A+1)(2B) Different from above.
V_1*I_bias V1Ibias Variables can be subscripted.