The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
72 views

Need help creating a `Table` that shows midpoint, trapezoidal and Simpson's rule approximations of an integral with 4 different subintervals

The integral is Integrate[Sqrt[1+x^3], {x, -1, 1}]. I want to create a Table with three columns and four rows that shows the ...
-1
votes
1answer
177 views

Multivariate Function Approximation With a Large Dataset

I have a nice amount of data from a trading strategy I am working on, where I have two different liquidity parameters as x, y variables. Before entering a trade I am taking the moving average of ...
2
votes
0answers
88 views

Smooth Max and Abs

I'm trying to implement smooth approximations of Max and Abs functions. Moreover I want the functions to map element-wise on tensors. Here's my code. ...
1
vote
0answers
43 views

Decimal representations of analytic values in an expansion

I have a solution to an ODE (which I call sol), which I would like to expand in terms of Log[1+x] around x=-1. I thought that: ...