yacas icon indicating copy to clipboard operation
yacas copied to clipboard

Computer calculations made easy

Results 56 yacas issues
Sort by recently updated
recently updated
newest added

I am trying to use Yacas to calculate the sum ``` Sum(j, 1, n, Sum(i, 1, j-1, p^(j-i))) ``` According to this should be ``` -(p*(-p^n + n*(p-1) + 1))/((p-1)^2)...

enhancement
math

**Reported by grzegorzmazur on 2015-01-30 16:29 UTC**

enhancement
sf
math

Limit(n,Infinity)(n^(1/2))/(((n^(1/2))!)^(1/2)); Limit(n,Infinity)(n^(1/2))/((4^(n^(1/2)))^(1/2));

bug
math

The directions on www.yacas.org to install the Linux flatpak version do not work Can the directions be updated to work please?

The OpenMath standard requires that an OpenMath object starts with the `` tag. However, some OpenMath implementations ( http://www2.macaulay2.com/Macaulay2/doc/Macaulay2-1.15/share/doc/Macaulay2/OpenMath/html/ , https://github.com/OpenMath/py-openmath , https://lurchmath.github.io/openmath-js/site/ ) produce objects without that tag. Hence...

see https://translate.google.it/translate?hl=it&sl=it&tl=en&u=https%3A%2F%2Fit.wikipedia.org%2Fwiki%2FYacas%23difetti

This is the opposite of #300 Let's consider an OpenMath object unknown to Yacas: ``` ``` if this object is converted to Yacas, then a dummy object `yacasform` is created,...

**Reported by ggrothendieck on 2011-11-20 13:38 UTC** Allow server to automatically detect OpenMath input so one can interchangeably send yacas or OpenMath to server. Since first line of OpenMath input...

enhancement
sf

It would be nice if someone with experience of Yacas writes some examples in [https://rosettacode.org/wiki/Category:Yacas](https://rosettacode.org/wiki/Category:Yacas), in order to present the capabilities of Yacas