Skip to content

Commit a8f6ac2

Browse files
Merge pull request #1630 from SciML/ChrisRackauckas-patch-5
Add a picture of the RC circuit.
2 parents fcb9ab8 + 0f8e83b commit a8f6ac2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/tutorials/acausal_components.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ plot(sol)
106106

107107
## Explanation
108108

109+
We wish to build the following RC circuit by building individual components and connecting the pins:
110+
111+
![](https://user-images.githubusercontent.com/1814174/172466302-907d39f3-6d2c-4d16-84a8-6de32bca757e.png)
112+
109113
### Building the Component Library
110114

111115
For each of our components we use a Julia function which emits an `ODESystem`.

0 commit comments

Comments
 (0)