Package: sponsorship-requests
Severity: normal

Dear mentors,

I am afraid this time I have made another bug in my package "wxmaxima"
and therefore kindly ask you to sponsor another upload.

 * Package name    : wxmaxima
   Version         : 17.10.0-3
   Upstream Author : Andrej Vopodivec
 * URL             : http://andrejv.github.io/wxmaxima/
 * License         : GPL-2
   Section         : math

It builds those binary packages:

    wxmaxima   - GUI for the computer algebra system Maxima

To access further information about this package, please visit the
following URL:

https://mentors.debian.net/package/wxmaxima


Alternatively, one can download the package with dget using this command:

    dget -x
https://mentors.debian.net/debian/pool/main/w/wxmaxima/wxmaxima_17.10.0-2.dsc

wxMaxima is a powerful graphical front-end for maxima, a program that
does symbolic algebra. An example:

(%i1)   val:[
            a=10,
            b=sqrt(2),
            c=5
        ];
(val)   [a=10,b=sqrt(2),c=5]

(%i2)   poly:y=a*x^2+b*x+c$

(%i3)   solve(poly,x);
(%o3)   [x=-(sqrt(4*a*y-4*a*c+b^2)+b)/(2*a),x=(sqrt(4*a*y-4*a*c+b^2)-b)/(2*a)]

(%i4)   subst(y=0,%);
(%o4)   [x=-(sqrt(b^2-4*a*c)+b)/(2*a),x=(sqrt(b^2-4*a*c)-b)/(2*a)]

(%i5)   subst(val,%);
(%o5)   [x=-(3*sqrt(22)*%i+sqrt(2))/20,x=(3*sqrt(22)*%i-sqrt(2))/20]

(%i6)   rectform(float(%));
(%o6)
[x=-0.7035623639735145*%i-0.07071067811865477,x=0.7035623639735145*%i-0.07071067811865477]


Don't know why mentors.debian.net doesn't like my watchfile: uscan does.
If anybody has an idea how to make it work for mentors, too, I will
prepare a new wxMaxima package that fixes this.


Changes since the last upload:

Re-Added an accidentally-dropped dependency.

  Regards,
   Gunter Königsmann

Reply via email to