solver
Excel VBA: Overflow error from too many undestroyed objects?
when performing optimization tasks on a large dataset I receive an overflow runtime error 6 from time to time (generally after 1 hour or 2). The error goes away when I restart my macro from where it s[详细]
2023-02-27 00:16 分类:问答C: LU Complete Pivoting Decomposition and Matrix Solver; Something isn't right
I\'ve been working on a DIY linalg solver for a few days, and its coming together (no small things to you guys at stackexchange) But I\'m currently experiencing a Brain Fart and can\'t see what\'s wro[详细]
2023-02-26 15:27 分类:问答Opinions on and Experiences with Excel 2010's Evolutionary Solver method
Microsoft has augmented the existing Simplex (Linear) and Gradient (Non-linear) solver engines of the standard Solver Add-In by an Evolutionary solver engine aiming at non-smooth discontinuous problem[详细]
2023-02-25 19:50 分类:问答Matrix solving with C (within CUDA)
As part of a larger problem, I need to solve small linear systems (i.e NxN where N ~10) so using the relevant cuda libraries doesn\'t make any sense in terms of speed.[详细]
2023-02-25 03:11 分类:问答Looking for a .NET Math Equation Editor and Solver Control [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-24 23:55 分类:问答Polynomial inverse
I have a polynomial of the fifth order: y = ax5 + bx4 + cx3 + dx2 + ex + f The coefficients a-f are known and I need to calculate x for a given y. I could probably use the Newton-Raphson algorithm o[详细]
2023-02-22 06:16 分类:问答scheduling problem- using excel solver with binary constraint
I\'m using solver in Excel to solve a linear optimization problem. I want the solution (the numbers Excel will calculate) to be binary. I set 开发者_Go百科binary as a constraint in sovler and also set[详细]
2023-02-20 01:44 分类:问答Best Free Ordinary Differential Equation Library in .net [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-02-07 19:56 分类:问答Equation Solving Algorithm
Hello I am trying to develop a physics problem solver. The program specifically will be written for android but that\'s not important. I have these three equations that will be familiar to anyone who[详细]
2023-02-06 06:36 分类:问答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 分类:问答