Skip to main content

9 posts tagged with "cat:MathPhysics"

View All Tags

Battery Basics

· 6 min read
Software Engineer

This article introduces some of the basic concepts of batteries with particular applications for hobby-level small aircraft projects and similar. My aim for this article is to supplement my students' research for their senior design projects and provide an introductory walkthrough of the topic.

Minus Forty - A Useful Number for Temperature Conversion

· 2 min read
Software Engineer

Most of us know that 32 degrees Fahrenheit is the temperature at which water freezes. We also know that this correlates to 0 degrees Celsius. But for many of us, our knowledge stops there and to convert between the two scales we must resort to either looking it up using some sort of app or calculating it by hand using a formula that in involves multiplying by either nine-fifths of five-ninths and adding or subtracting 32 and we often have to lookup the formula to remember which.

Newton's Method: An Overview

· 11 min read
Software Engineer

I was first exposed to Newton's Method in my undergraduate numerical methods course. I've used it a number of times since then in undergraduate and graduate courses, but I didn't begin to gain an appreciation for its power until my recent navigation systems course. To take a take a dive into Newton's Method and deepen my understanding of it, I spent a day tinkering with various Newton's Method implementations to solve different type of problems.