polynomial-math
library for affine k-algebra computations? [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-01 02:37 分类:问答Matlab Multiple Regression
I have this set of variables: N = 250; % independent variables[0..10] x_1 = rand(N,1) * 10; x_2 = rand(N,1)开发者_开发知识库 * 10;[详细]
2023-03-22 15:18 分类:问答Polynomial with Specific roots
Is there开发者_StackOverflow中文版 a way to find a polynomial having specific roots i.e., 17, 29, 33 etc. The polynomial should satisfy for all these values.[详细]
2023-03-17 22:21 分类:问答How to perform a complicated change of variables for a polynomial (in Mathematica)
I have an integer polynomial in four variables (w, x, y, and z) that I know can be written as an integer polynomial 开发者_如何学Pythonin these six variables:[详细]
2023-03-07 20:02 分类:问答Finding Antilog in javascript and solving polynomial equation of n degree in javascript
Can anybody tell me how to solve polynomial equation of n degrees in JavaScript?Also how can I find antilogs 开发者_如何学JAVAin JavaScript?Is there any function by which I can find the antilog of any[详细]
2023-03-07 12:30 分类:问答Any alternate approximation to this method in matlab?
I am trying to convert below matlab/octave function to C(Conven开发者_JAVA技巧tional way - understand the matlab function and code it in C from scratch). It is fitting a data to a gaussian curve using[详细]
2023-03-05 21:55 分类:问答Polynomially larger - confusion
I am studying for my algorithms class. I have a question in context to the Masters theorem: How is n.log2(n) polynomially larger than n^(log4(3))[详细]
2023-03-04 22:33 分类:问答problem to determine the chromatic polynomial of a graph
for a homework graph theory, I\'m asked to determine the chromatic polynomial of the following graph For the Descomposition Theorem of Chromatic Polynomials. if G=(V,E), is a connected开发者_运维知[详细]
2023-02-27 08:54 分类:问答Where can I get a Delphi/Pascal implementation of Excel-style polynomial regression curve fitting?
I have a set of X-Y values (i.e. a scatter plot) and I want a Pascal routine to generate the coefficients of a Nth orde开发者_运维问答r polynomial that fits those points, in the same way that Excel do[详细]
2023-02-27 05:33 分类:问答how to write a junit testCase for add method?
here is the add method for polynomial public Polynomilal add (Polynomial poly){ //getA()..etc getters for the coefficients of the polynomial.[详细]
2023-02-21 21:26 分类:问答