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
ACM SIG Proceedings-Like paper
ACM have recently published new LaTeX templates (https://www.acm.org/publications/proceedings-template). We applied some tweaks to their sample to remove ACM specific text and changed the paper size to A4. This is useful to students who want to use ACM SIG Proceedings format for their university assignments. The sample paper is available at https://github.com/jod75/acm-like-text-paper. Changes we did: Paper … Continue reading ACM SIG Proceedings-Like paper