Skip to content

Commit cecf335

Browse files
Update wronskian_second_order_de.py
1 parent c12ccbc commit cecf335

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

maths/wronskian_second_order_de.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
5. Demonstrates Wronskian computation.
1111
1212
Author: Venkat Thadi
13+
14+
References: https://tutorial.math.lamar.edu/classes/de/wronskian.aspx
1315
"""
1416

1517
import math
@@ -138,3 +140,4 @@ def main() -> None:
138140

139141
if __name__ == "__main__":
140142
main() # doctest: +SKIP
143+

0 commit comments

Comments
 (0)