Square root fricas (1) -> ksqrt:=kernels(sqrt(x))(1)
Type: Kernel(Expression(Integer))
fricas name(ksqrt)
Type: Symbol
fricas argument(ksqrt)
Type: List(Expression(Integer))
fricas )di op nthRoot Positive nthRoot is primmitive fricas nthRoot(x,
Type: Expression(Integer)
fricas nthRoot(x,
Type: Expression(Integer)
fricas nthRoot(x,
Type: Expression(Integer)
Strange library message fricas nthRoot(x, Negative nthRoot is not primitive fricas nthRoot(x,
Type: Expression(Integer)
fricas nthRoot(x,
Type: Expression(Integer)
fricas nthRoot(x,
Type: Expression(Integer)
fricas msqrt:=kernels(nthRoot(x,
Type: Kernel(Expression(Integer))
fricas name(msqrt)
Type: Symbol
fricas argument(msqrt)
Type: List(Expression(Integer))
Powers are roots fricas psqrt:=kernels(x^(1/2))(1)
Type: Kernel(Expression(Integer))
fricas name(psqrt)
Type: Symbol
fricas argument(psqrt)
Type: List(Expression(Integer))
Complex roots fricas complexNumeric(nthRoot(complex(-1,
Type: Complex(Float)
fricas nthRoot(%,
Type: Complex(Float)
fricas recip %
Type: Union(Complex(Float),
fricas complexNumeric(nthRoot(complex(-1,
Type: Complex(Float)
fricas recip %
Type: Union(Complex(Float),
fricas complexNumeric(nthRoot(complex(-1,
Type: Complex(Float)
fricas conjugate %
Type: Complex(Float)
|