Wolfram U Daily Study Group: Analyzing COVID-19 Data

The week long Analyzing COVID-19 Data Study Group (6) covered the of analysis, visualization and modeling of COVID-19 pandemic data using various Wolfram COVID-19 resources, the NY Times COVID-19 Dataset, and a patient data set. The daily study sessions demonstrated techniques to analyze patient data, virus genetic sequences, and model the pandemic using epidemic data. The figure below shows the COVID-19 Death Rate per 100,000 people by state based on the April 11, 2021 update of the Epidemic Data for Novel Coronavirus COVID-19 dataset, for example.

COVID-19 Death Rate per 100,000 people by state using the April 11, 2021 Wolfram dataset.
COVID-19 Death Rate per 100,000 people by state using the April 11, 2021 Wolfram dataset.
Wolfram Certificate of Program Completion, Jay Morreale has completed the online program Daily Study Group: Analyzing COVID-19 Data.
Wolfram Certificate of Program Completion, Jay Morreale has completed the online program Daily Study Group: Analyzing COVID-19 Data.

Wolfram U Daily Study Group: System Modeling

The two week long System Modeling Study Group (5) uses the Wolfram System Modeler: An Introduction course as part of the day lectures. The Wolfram System Modeler is a separate application and is based on the open source Modelica language. In the study group, we simulated chemical reactions, thermal conductivity of walls, the electro-mechanics of a joystick, a DC motor, and a heater, for example. The System Modeler uses the Functional Mock-up Interface (FMI) and can interface with more that 150 tools. We installed StandardFirmata into an Arduino to demonstrate a control applications with System Modeler.

Wolfram Certificate of Program Completion, Jay Morreale has completed the online program Daily Study Group: System Modeling.
Wolfram Certificate of Program Completion, Jay Morreale has completed the online program Daily Study Group: System Modeling.

Wolfram U Daily Study Group: Calculus

The three week Calculus Study Group (4) uses the Introduction to Calculus self study course as part of the daily lectures and covers functions, limits, differential calculus, and integral calculus. This course is a good way to prepare for AP Calculus and is a great refresher on the topic.

The functions 3x, the derivative of 3x, ex, the derivative of ex, and 2x, the derivative of 2x are shown in the plot on the left in the figure below to show the awesome properties of ex, for example. The derivative of ex is ex so the slope anywhere on the line is just the value of the function at that point.

The tangent line and normal line are shown in the plot on the right for ex=3. This point was chosen as an example. The functions used to create the tangent and normal lines are as follows.

  • f(x)=ex
  • Tangent(x)=f′(x)(x−x0)+f(x0) at x0=3
  • Normal(x)=(−1/f′(x))(x−x0)+f(x0) at x0=3

The area under ex to x0=3 can be found by integrating the curve from −∞ to 3 and is e3. Thus, the area under the curve is also the value of the function at that point.

To receive a program completion certificate you must pass three quizzes.

Wolfram Certificate of Program Completion, Jay Morreale has completed the online program Daily Study Group: Calculus.
Wolfram Certificate of Program Completion, Jay Morreale has completed the online program Daily Study Group: Calculus.

Wolfram U Introduction to Notebooks

The three week Introduction to Notebooks Study Group (3) covered notebooks, machine learning, and image processing. Daily study group lectures included content from Wolfram courses and live instructor instruction that varied from week to week and included:

  • Week 1: Introduction to Notebooks covered styling, formatting and creating interactive documents.
  • Week 2: Machine Learning covered classification, regression, cluster analysis and anomaly detection.
  • Week 3: Image processing covered digital image processing, image representation, and classical operations on images.

I used the image processing tools to find clusters in a photograph of an Arduino MKR WiFi 1010 board, colorized the clusters, and add colorized text to make a composite illustration that demonstrates the use of these features.

Arduino Day 2021 graphic made using Wolfram Language image processing functions.
Arduino Day 2021 graphic made using Wolfram Language image processing functions.

To receive a course completion certificate you must pass three quizzes.

Wolfram Certificate of Course Completion, Introduction to Notebooks
Wolfram Certificate of Course Completion, Introduction to Notebooks

Wolfram Technology Level 1 Certificate

I received my Wolfram Technology Level 1 Certificate for demonstrating proficiency in the Wolfram Language Programming Fundamentals! To receive the Level 1 certificate, students needed to complete and pass a 20 question exercise. Each question required you to write a program to solve a problem described in the question. Most questions gave hints on what functions should be used to solve the problem.

So, now it get interesting because the exercises run on the Wolfram cloud and the answers are graded by an auto-grader. Basically, we need to convince a bot that we can program. There are multiple correct ways to solve the problem, but the auto-grader doesn’t like just any solution so it might take 3 or more program submission to get a pass on a question. The auto-grader seems to prefer efficient code so you can have the correct from of the program, but auto-grader will reject it until you submit the more or most efficient answer.

Some questions specified the use of random integers or random selections. The auto-grader did not seem to be able to accommodate program answers that produce random outputs. Several other questions seemed to give the auto-grader problems, and it’s unclear why. The answers to these seven questions were submitted to the study group staff by email and graded by hand.

Wolfram Technology Certified Level 1 Wolfram Language Programming Fundamentals
Wolfram Technology Certified Level 1 Wolfram Language Programming Fundamentals

Wolfram Language Programming Fundamentals Certificate

My efforts to improve my Wolfram Language skills continues with the Wolfram U daily study group on the the Wolfram Language Programming Fundamentals. This Study group ran four days a week in May 2020 and required passing four quizzes. Again, thanks to Wolfram for running the program.

Wolfram U Daily Study Group Wolfram Language Programming certificate

Wolfram Language Introduction Certificate

I’ve been working to improve my Wolfram Language skills by taking the Wolfram U study group on the introduction to the Wolfram Language that is integral to Mathematica. The Study group ran four days a week in April 2020 and required passing four quizzes. Thanks to Wolfram for running the program.

Wolfram Certificate of Program Completion
Wolfram Certificate of Program Completion for the Daily Study Group on The Wolfram Language Introduction.

Introduction to Mathematica® for Physicists

Springer has made Introduction to Mathematica® for Physicists available for free on its website. The book uses Mathematica 9 to describe physics topics that include:

  • Trigonometric functions
  • Quantum Oscillators
  • Spherical Harmonics
  • Adding Angular Momenta in Quantum Mechanics
  • Quantum Nonlinear Oscillators
  • Riemann Curvature Tensors
  • Multi-ζ Functions
  • Geometric Optics
  • Cyclohexane configurations

Scratch e-book

The MagPi magazine has posted the e-book Learn to Code with Scratch . The e-book describes how to make simple games and applications on the Raspberry Pi. Scratch is a visual programming language developed at MIT to teach kids how to code. There is a web version of Scratch on the website too.

MagPi Learn to Code with Scratch e-book cover photo