When a summation over a range of numbers is to be presented it is not uncommon to shorthand the notation using the Sigma (the letter S in Greek, written as a Big E with the middle t replaced by a less than symbol ). For example, the following sums can be represented in the Sigma … Continue reading Understanding Mathematical Symbols – Summation (Addition)
Understanding Mathematical Symbols – Introduction
In Mathematical articles, whether on this blog or anywhere on the Internet and literature, a number of mathematical symbols are used as a shorthand for writing mathematical notation. Within this series of articles, we attempt to provide a brief description of the notations used. Anyone is welcomed to leave constructive feedback to help the world … Continue reading Understanding Mathematical Symbols – Introduction
Arithmetic Mean
Arithmetic Mean is one of the most common ways of calculating a sample’s average. The method of calculating the Arithmetic Mean is to sum the values in the sample set and divide the result by the sample size. In Mathematical Notation this is written as: The mathematical formula above with the sample examples can be … Continue reading Arithmetic Mean
Loading screen in Flutter
Have you ever developed a mobile application that required to perform several tasks in the background before it loads? One way to go around this need is to put a loading screen. There are a few articles out there that describe how to do it for Android and iOS and how to perform the action … Continue reading Loading screen in Flutter
Introduction to C with Arduino
Hello! In this blog post, we will take a look at some basic C using Arduino. The code is available at https://github.com/jod75/basicarduino. The purpose of this post is not to show you how to use Arduino, but to help you get started with C. Clounce is working on some exiting Arduino projects, which he will share … Continue reading Introduction to C with Arduino