Erik Eidsvig
2018-05-31 13:55:43 UTC
Thanks!
-But what about n-root of a numer? As an example, the 5th-root of 32?
(I have tried commands like root(32,5), nrot(32,5) etc.)
-The angle between two vectors?
(For example [2,3] and [-3,4])
-If I know the x-value of the function, is it possible to make Axiom find
the tangent line in this point?
(Something like this:(1) -> f(x)==2*x^4-2*x^2
Type:
Void
(2) -> Tangent(1, f(x))
Compiling function f with type Variable(x) -> Polynomial(Integer)
There are no library operations named Tangent
Use HyperDoc Browse or issue
)what op Tangent
to learn if there is any operation containing " Tangent " in its
name.
Cannot find a definition or applicable library operation named
Tangent with argument type(s)
PositiveInteger
Polynomial(Integer)
Perhaps you should use "@" to indicate the required return type,
or "$" to specify which version of the function you need.
-Is it possible to find the (shortest) distance between the line and a
point?
(For example the distance between the line 3x-4 and the point (6,4))
-The lenght of a vector?
For example the length of [2,3]
-But what about n-root of a numer? As an example, the 5th-root of 32?
(I have tried commands like root(32,5), nrot(32,5) etc.)
-The angle between two vectors?
(For example [2,3] and [-3,4])
-If I know the x-value of the function, is it possible to make Axiom find
the tangent line in this point?
(Something like this:(1) -> f(x)==2*x^4-2*x^2
Type:
Void
(2) -> Tangent(1, f(x))
Compiling function f with type Variable(x) -> Polynomial(Integer)
There are no library operations named Tangent
Use HyperDoc Browse or issue
)what op Tangent
to learn if there is any operation containing " Tangent " in its
name.
Cannot find a definition or applicable library operation named
Tangent with argument type(s)
PositiveInteger
Polynomial(Integer)
Perhaps you should use "@" to indicate the required return type,
or "$" to specify which version of the function you need.
-Is it possible to find the (shortest) distance between the line and a
point?
(For example the distance between the line 3x-4 and the point (6,4))
-The lenght of a vector?
For example the length of [2,3]
--
You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fricas-devel+***@googlegroups.com.
To post to this group, send email to fricas-***@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fricas-devel+***@googlegroups.com.
To post to this group, send email to fricas-***@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.