Questions tagged [wxmaxima]

WXMAXIMA QUESTIONS MUST BE PROGRAMMING RELATED. A GUI front-end Maxima built with wxWidgets

A GUI front-end Maxima built with wxWidgets. https://github.com/wxMaxima-developers/wxmaxima.

154 questions
-1
votes
1 answer

How to make "at()" function evaluate en expression?

I tried function "at" with some function inside it and then give the output to some variable. Maxima successfully differentiated the expression, but then "at" fails and the output is "at( --some successfully done function--, z=l)=0". I need "at" to…
-1
votes
1 answer

Maxima ODE solver cannot solve logistic equation?

I am learning how to use wxMaxima to solve differential equations, but I encounter problems already with very simple ODEs. If, for example, I want to solve the logistic differential equation and use ode2: diffeq:…
Inopinans
  • 43
  • 4
-1
votes
1 answer

Maxima plots auto save

I am using Maxima and I have a lot of resulting plots that I want to save on drive for other uses (making GIF...etc) This is what I am looking at: Is there any code that can autosave the plots instead of having to save it manually one by…
-1
votes
1 answer

How to dynamically define multiple polynomials inside a loop in Maxima

So...I want to create five different polynomials inside a loop in order to make a Sturm sequence, but I don't seem to be able to dynamically name a set of polynomials with different names. For example: In the first iteration it would define…
Lightsong
  • 312
  • 2
  • 8
1 2 3
10
11