python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Symbolic Calculus and Integration in Python
I am trying to numerically compute a double integral.
The issue is that (I think) I need a mix of symbolic integration and numerical integration.
The integral looks something like this:
I cannot use ...
user1868607
Votes: 0
Answers: 3
Can I use periodic boundary conditions for `U` but not for `p`?
I am trying to numerically compute the drag force around a cylinder due to pressure-driven flow. Here is a crude diagram:
I am using OpenFOAM v2012 (the openfoam.com version, not the openfoam.org ver...

K.defaoite
Votes: 0
Answers: 0
How the mod() function works internally in languages like Java, Python, etc?
in Java or Python this function is given by the % operator.
I would like to know the mathematical algorithm that uses this function.

Franco Allende
Votes: 0
Answers: 0
Why is julia updating a different struct than what I am in my function (trying to implement a 4th order runge kutta method)?
In Julia I am integrating two fields in a struct: x position and x velocity. In function d(u, du) I am trying to only return the du vector without altering any values in u. u is only used to calculate...

Nate
Votes: 0
Answers: 2