equation
Implementation of quartic equation solver doesn't work
Wha开发者_JS百科t\'s going wrong with my implementation of a quartic equation solver? Here is my code on GitHub. I followed this: http://www.1728.com/quartic2.htm[详细]
2023-02-05 22:21 分类:问答Algebra equation parser for java
I need a library to be able to parse an equation an give me the result giving the inputs. For example something like this:[详细]
2023-02-04 18:41 分类:问答Code to solve simultaneous modular equations?
Here the symbol = is used to mean \"is congruent to\" If (1) n = a mod j (2) n = b mod k Then (3) n = c mod l[详细]
2023-02-03 03:59 分类:问答How to get first derivation of equation in matlab
I have this equation: f(a,b,x)=t0-a+(a^2*(1+((x-x0)^2/b^2)))^0.5 if I want get the first derivative: df(a,b,x)/d(a,b) for x0,t0 = constant and a,b,x = array.[详细]
2023-02-01 12:26 分类:问答Implicit linebreaks in LaTeX equations
I wonder if there is any way to invert the way the LaTeX interprets linebrea开发者_开发百科ks in equations? E.g., I dont want to insert them explicitly like,[详细]
2023-02-01 11:55 分类:问答Solving a linear Equation with multiple variables serversite for a webapp? Possible with php?
I have a gerneral question on php. Hope its ok to ask here. How would you solve a linear Equation with multiple variables in the web? maybe using Gaussian elimination or ... ? Is it possible with ph[详细]
2023-02-01 05:54 分类:问答JavaScript equation solver library
Is there a JavaScript library or function that will solve equations for variables? Such as 9 = 3 +开发者_JS百科 x and solve for x. But it should also solve more advanced equations that include sine,[详细]
2023-02-01 01:42 分类:问答Haskell: Equation Expander 1+(1+(1+(1+(…))))=∞
Does there exist a equation expander for Haskell? Something like foldr.com: 1+(1+(1+(1+(…))))=∞ I am new to Haskell I am having trouble understanding why certain equations are more preferable than[详细]
2023-01-29 14:44 分类:问答Solve this equation with fixed point iteration
How can I solve this equation x3开发者_StackOverflow社区 + x - 1 = 0 using fixed point iteration?[详细]
2023-01-28 08:52 分类:问答3d imaging: defining an ellipsoid based on 3 given ellipses which are parallel to the Cartesian planes
for a 3d imaging software i am coding: I need to define an ellipsoid E, which can have any radii, centers and rotations in space[详细]
2023-01-27 02:46 分类:问答