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:

Sqrt

Function: sqrt (<x>) The square root of <x>. It is represented internally by <x>^(1/2). See also rootscontract.

expand((sqrt(y)-2/sqrt(y))^7);

radexpand if true will cause nth roots of factors of a product which are powers of n to be pulled outside of the radical, e.g. sqrt(16*x^2) will become 4*x only if radexpand is true.

There are also some inexact matches for sqrt. Try ?? sqrt to see them.

(%o1)                                true
(%i2) 

Related Examples

sqrt

x^2 + sqrt(x) = 5;

Calculate

sqrt

clear(all);

z0 : 12 + %i*0;

rl : 2 + %i*0;

Calculate

sqrt

sqrt(3/5);

sqrt(4/5);

Calculate

sqrt

sqrt(10/7*9.81*0.61);

Calculate

sqrt

Pff: (sqrt(((Pi*98066...

Pff;

Calculate

sqrt

(1+19*sqrt(-1))^209;

Calculate

sqrt

sqdnst((x^2-t)/(x-sqr...

Calculate

sqrt

sqrt (2^147) ;

Calculate

sqrt

simplfy (n-(2*(sqrt(n...

Calculate

sqrt

reduce(sqrt((r+x)^2+r...

Calculate