Skip to main content

Starting BSc Mathematics and Physics




Photo by Shopify Partners from Burst

So I finally enrolled in Math and Physics Bsc degree.
This has been one of my passions in life, and a pending subject for my personal development.

I am so excited I woke up at 6am this morning, sorted out a few things for work and home, made a cup of coffee, and sipped while logging into the math subject web-page.
Of course I was met with the first exercise, a quiz. One of those "let’s see how rusted you are"-quiz .

Actually, the course will be starting in October, but there is some introduction material to review, and to make sure all the basics are in place in one's head. I find this really cool, especially for a distance learning degree.


So how was my first day back to school?

Well, lately, I have been checking quite a few of Math videos in the internet. Very interesting are those from PBS infinite series, 3Blue1Brown, Khan Academy and MIT OCW. So I gave the quiz a go.

I believe my understanding was good enough, and this quiz was not too difficult, high school level math.
But I did fail more questions than I expected. I am so rusted!
But why did I fail? While I gained a lot of understanding of algebra, basic calculus, trig, etc via internet learning; my arithmetic skills were terrible. I haven’t done much beyond basic sums and multiplications during my “adulthood”.


Time to improve my skill set.

I will take the summer to review my arithmetic. And develop both skill and intuition about numbers and operations. I can’t believe I have forgotten so much.

One big insight I got from the quiz is the concept of knowledge vs skill: knowledge and Math concepts vs Math skills.

That on its own is a big lesson learnt.

I can’t wait to see the next chapter in Math!

Comments

Popular posts from this blog

How to Set Up LaTeX (BasicTex) with Visual Studio Code on macOS

LaTeX is a powerful typesetting system that can help you achieve that. In this post, I'll guide you through the process of installing a minimal LaTeX distribution called BasicTex on your macOS machine and setting it up with the popular Visual Studio Code (VSCode) editor. Step 1: Install BasicTex While the full MacTeX distribution provides a comprehensive LaTeX installation, it can be quite large (over 5GB). If you're just starting with LaTeX or have limited storage space, you might want to consider installing BasicTex instead. BasicTex is a smaller alternative that contains all the essential tools you need to create and compile LaTeX documents. Here's how to install BasicTex: Visit the MacTeX website and navigate to the More Packages section . Scroll down to the "A Smaller Distribution, Basic TeX" section and click on the "BasicTeX.pkg" link to download the installer. Once the download is ...

Install wxMaxima on Mac with Homebrew (Fix plotdf / wish Crash)

In this blog post, I'll guide you through the process of installing wxMaxima on your macOS machine and resolve a common issue related to the plotdf() function in macos Sonoma with maxima 5.47, and all other functions that call the tcl-tk interpreter wish . The plotdf() Function Issue MacOS Sonoma comes with a preinstalled Tcl-TK package. One problem you might encounter when using Maxima is that the plotdf() function or ploteq() , which is used for plotting differential equations, crashes. This issue arises because Maxima calls the wish script from the tcl-tk package, but the version of tcl-tk that comes pre-installed with macOS can be problematic. There's an easy fix for this problem: installing tcl-tk and Maxima using Homebrew. Step-by-Step Installation with Homebrew Homebrew is a popular package manager for macOS that makes installing software a breeze. Follow these simple steps to install wxMaxima and resolve the plotdf() issue:...