Sponsored links: Algebra eBooks
 

Help Index

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

The Maxima on-line user's manual

Algebra Calculator

Search:

Conjugate Calculator

Conjugate

Function: conjugate (<x>) Returns the complex conjugate of <x>.

z=sqrt((sqrt(13)-6)/2)+%i*sqrt(2/(sqrt(13)-6));
z+conjugate(z);

          (%i1) declare ([aa, bb], real, cc, complex, ii, imaginary);

          (%o1)                         done
          (%i2) conjugate (aa + bb*%i);

          (%o2)                      aa - %i bb
          (%i3) conjugate (cc);

          (%o3)                     conjugate(cc)
          (%i4) conjugate (ii);

          (%o4)                         - ii
          (%i5) conjugate (xx + yy);

          (%o5)             conjugate(yy) + conjugate(xx)

(%o1)                                true
(%i2) 

Conjugate Example

Related Examples

conjugate-expand-solve-subst

z : zr + %i * zi;

a : ar + %i * ai;

eq2: t^2 = (z - t*a) ...

Calculate

conjugate-expand

z : zr + %i * zi;

a : ar + %i * ai;

z * conjugate(a) + co...

Calculate

conjugate-expand-solve-subst

z : zr + %i * zi;

a : ar + %i * ai;

eq2: t^2 = (z - t*a) ...

Calculate

conjugate-sqrt

z=sqrt((6-sqrt(13))/2...

z+conjugate(z);

sqrt(-3);

Calculate

conjugate-expand

z : zr + %i * zi;

a : ar + %i * ai;

eq2: t^2 = (z - t*a) ...

Calculate

conjugate-sqrt

z=sqrt((sqrt(13)-6)/2...

z+conjugate(z);

Calculate

conjugate-expand

z : zr + %i * zi;

a : ar + %i * ai;

expand(z * conjugate(...

Calculate

conjugate

(a+s)*(b+s)*conjugate...

Calculate

conjugate-expand

z : zr + %i * zi;

a : ar + %i * ai;

z * conjugate(a) + co...

Calculate

conjugate-expand

z : zr + %i * zi;

a : ar + %i * ai;

z * conjugate(a) + co...

Calculate