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
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
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
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.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
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
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
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
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
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