quad Bezier/line Intersection fricas (1) -> eqn1:= k*Lr - Pr + Ar*w*(1-w)=0
Type: Equation(Polynomial(Integer))
fricas eqn2:= k*Ls - Ps + As*w*(1-w)=0
Type: Equation(Polynomial(Integer))
fricas eqn3:= k*Lt - Pt + At*w*(1-w)=0
Type: Equation(Polynomial(Integer))
fricas solve([eqn1,
Type: List(List(Equation(Fraction(Polynomial(Integer)))))
fricas limit( (sin(2*x)/x)^(1+x),
Type: Union(OrderedCompletion?(Expression(Integer)),
fricas limit(sin(x)/x,
Type: Union(OrderedCompletion?(Expression(Integer)),
fricas limit((3^x+5^x)^(1/x),
Type: Union(OrderedCompletion?(Expression(Integer)),
fricas limit((3^x+5^x)^(1/x),
|