Tag: numerical modeling
All the articles with the tag "numerical modeling".
-
My experiment on porting Python to Mojo: supercharging a Physics Simulation
Mojo promises Python's ease of use with C-like performance. But what does it take to port a real Python project? I converted a hard-sphere collision simulation…
-
Ray Tracing Simulation: A Tutorial
Modeling light as rays is widely used in computer graphics and lens design. I encountered this problem when I tried to do some optical design but had no access…