m (Created page with "= Crash Course in Scientific Computing = == XXV. Fun == {{WLP6}}")
 
m (XXV. Fun Problems)
 
(5 intermediate revisions by one user not shown)
Line 1: Line 1:
 
= Crash Course in Scientific Computing =
 
= Crash Course in Scientific Computing =
== XXV. Fun ==
+
== XXV. Fun Problems ==
 +
 
 +
Fun problems make great topics for graded projects. These are the ones we ran in our course:
 +
 
 +
* [[WLP_VI/InfectiousDiseases|A simulation of infectious diseases]] (2020-2021).
 +
 
 +
Possible topics:
 +
 
 +
* [[Series acceleration]] - such as [https://en.wikipedia.org/wiki/Aitken%27s_delta-squared_process Aitken's delta-squared process] or [https://en.wikipedia.org/wiki/Richardson_extrapolation Richardson's extrapolation], as a problem per se or applied to other numerical techniques, e.g., to derive Steffensen's method.
 +
 
 +
* [[Super root-finding algorithms]] - like [https://en.wikipedia.org/wiki/Brent%27s_method Brent's method] which is robust and hybrid so a great topic of study for students.
 +
 
 +
* [[CORDIC algorithms]] to efficiently compute trigonometric functions, square roots and similar things with only basic bitwise arithmetic (see [https://en.wikipedia.org/wiki/CORDIC on Wikipedia]).
 +
 
 +
=== Interactivity ===
 +
 
 +
https://stackoverflow.com/questions/58014289/inline-interactive-plots-with-julia-in-jupyter-notebook
  
 
{{WLP6}}
 
{{WLP6}}

Latest revision as of 19:13, 22 March 2021

Crash Course in Scientific Computing

XXV. Fun Problems

Fun problems make great topics for graded projects. These are the ones we ran in our course:

Possible topics:

  • CORDIC algorithms to efficiently compute trigonometric functions, square roots and similar things with only basic bitwise arithmetic (see on Wikipedia).

Interactivity

https://stackoverflow.com/questions/58014289/inline-interactive-plots-with-julia-in-jupyter-notebook