python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
how to stop summation index from constantly changing
I have some expressions containing nested sums, looking like this:
and I want to substitute one of the summation indices(such as i369) for something else.
But the problem is, sometimes maxima seems t...

That Frank Guy
Votes: 0
Answers: 1
(wx)Maxima: predicate test for nested lists in arrays
I have an array of arrays of lists allvals and would like to check to see if any of the allvals[i][j] are empty.
The following works, but isn't easy to read: I thought the following worked, but I don'...
Rax Adaam
Votes: 0
Answers: 0
Automatically assigning name to a list created by iteration
I am currently trying to create a command for maxima that allows for iteration of a function and places the result in a list. I managed to create the iteration through a loop, and it successfully plac...
David Toba
Votes: 0
Answers: 1
(wx)Maxima: how to extract (only) the value from `solve`?
I'm trying to find the roots of relatively simple polynomial expressions, programmatically.
I found solve(expr, var) returns a list of equations that satisfy expr and found that using args on this lis...
Rax Adaam
Votes: 0
Answers: 0