Package: sponsorship-requests Severity: normal Dear mentors,
I am looking for a sponsor for my package "wxmaxima" * Package name : wxmaxima Version : 18.02.0-1 Upstream Author : [fill in name and email of upstream] * URL : [fill in URL of upstreams web site] * License : [fill in] Section : math It builds those binary packages: wxmaxima - GUI for the computer algebra system Maxima wxMaxima is a powerful GUI for Maxima, a program that is specialised in symbolic computing, but has powerful methods for numeric calculations, as well. One sample maxima session would read: (%i1) a^3+b^2+c=5; (%o1) c+b^2+a^3=5 (%i2) solve(%,a); (%o2) [a=((sqrt(3)*%i-1)*(-c-b^2+5)^(1/3))/2,a=-((sqrt(3)*%i+1)*(-c-b^2+5)^(1/3))/2,a=(-c-b^2+5)^(1/3)] (%i3) subst([b=3,c=2],%); (%o3) [a=-(6^(1/3)*(sqrt(3)*%i-1))/2,a=(6^(1/3)*(sqrt(3)*%i+1))/2,a=-6^(1/3)] (%i4) float(%); (%o4) [a=-0.9085602964160698*(1.732050807568877*%i-1.0),a=0.9085602964160698*(1.732050807568877*%i+1.0),a=-1.81712059283214] 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_18.02.0-1.dsc More information about wxMaxima can be obtained from https://mentors.debian.net/package/wxmaxima. Changes since the last upload: * New upstream Version that tries to improve usability and speed of the program and contains many code simplification that try to reduce the number of places bugs can reside in, as well as > 100 bug fixes. Regards, Gunter Königsmann