calculus
What's the relationship between Calculus and programming syntaxes?
I\'m sta开发者_如何学JAVArting Calculus this semester. I\'ve used programming (or scripting) languages before, mostly PHP and C#.I haven\'t done much low-level work. The only relationships I\'ve made[详细]
2023-01-13 13:59 分类:问答Calculate Triangle From Area And Angles
I\'m trying to cal开发者_JS百科culate triangles base on the Area and the angles. If Angle-B is 90° then the formula works, but in my case, the angle can be from 0.1° to 179.8°. The formula assumes[详细]
2023-01-07 21:12 分类:问答Is there a Calculus library for JavaScript? [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-05 06:13 分类:问答Integration (math) in C++
I\'m looking for a library to find the integral of a given set of random data (rather than a function) in C++(or C, but preferably C++).There is another question asking about integration in C but the[详细]
2023-01-02 15:59 分类:问答Uniform distance between points
How could I, having a path defined by several points that are not in a unifor开发者_如何学Cm distance from each other, redefine along the same path the same number of points but with a uniform distanc[详细]
2023-01-02 13:56 分类:问答Need help programming with Mclauren series and Taylor series?
Ok so here\'s what i have so far: #include <stdio.h> #include <math.h> //#define PI 3.14159 int factorial(int n){[详细]
2023-01-01 21:03 分类:问答Calculus, How can you find an equation from a series of numbers?
I\'m analyzing financial data and would like to find the inflection points of a line.I know I can do this using derivatives, but first I need an equation.Is there a way to generate an equation based o[详细]
2022-12-16 08:24 分类:问答Using Taylor Polynomials Programmatically in Maple
I am trying to use a Taylor polynomial programmatically in Maple, but the following does not seem to work...[详细]
2022-12-13 11:46 分类:问答algorithm to find derivative
I\'m writing program in Pyt开发者_如何学运维hon and I need to find the derivative of a function (a function expressed as string).[详细]
2022-12-11 23:57 分类:问答Matrix Multiplication To Rotate An Image In C#
I need to write a program that uses matrix multiplication 开发者_如何学编程to rotate an image (a simple square), based on the center of the square, a certain amount of degree based on what I need. Any[详细]
2022-12-09 20:08 分类:问答