Skip to content

Commit cc11335

Browse files
Merge pull request #455 from NeuralPDE/patch-1
Formula modification
2 parents b7a8823 + 46bdf7f commit cc11335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pinn/integro_diff.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Ix = Integral((x,y) in DomainSets.ProductDomain(ClosedInterval(0 ,1), ClosedInte
3535
Lets take an example of an integro differential equation:
3636

3737
```math
38-
\frac{∂}{∂x} u(x) + 2u(x) + 5 \int_{0}^{x}u(t)dt = 1 for x \geq 0
38+
\frac{∂}{∂t} u(t) + 2u(t) + 5 \int_{0}^{x}u(t)dt = 1 for t \geq 0
3939
```
4040

4141
and boundary condition

0 commit comments

Comments
 (0)