Improve math skills of your kids - Learn step-by-step arithmetic from Math games

Math: Unknown - Step-by-step math calculation game for iOS.


Math: Unknown is much more than a math game. It is a step-by-step math calculation game which will teach users how to calculate in the correct order rather than just asking only the final calculated results.

The app consists of four basic arithmetic operations which are addition, subtraction, multiplication and division. In order to get started, users who are new to arithmetic can learn from animated calculation guides showing step-by-step procedures of solving each type of operation. It is also helpful for experienced users as a quick reference.

Generally, addition and subtraction may be difficult for users who just start learning math especially when questions require carrying or borrowing (also called regrouping). The app helps users to visualize the process of carrying and borrowing in the way it will be done on paper. Once users understand how these operations work, they are ready to learn multiplication and division.

For most students, division is considered as the most difficult arithmetic operation to solve. It is a common area of struggle since it requires prior knowledge of both multiplication and subtraction. To help users understand division, the app uses long division to teach all calculation procedures. Relevant multiplication table will be shown beside the question. Users will have to pick a number from the table which go into the dividend. Multiplication of selected number and divisor is automatically calculated, but the users have to do subtraction and drop down the next digit themselves. Learning whole calculation processes will make them master it in no time.

Math: Unknown is a helpful app for students who seriously want to improve arithmetic calculation skills.

Solving System of Equations using Gauss Elimination Method (Part 3)

From post [Solving System of Equations using Gauss Elimination Method (Part 2)], we know the procedures of Gauss Elimination method to solve system of linear equations. But if we write excel VBA program based on those procedures, we may encounter with problems and cannot get the calculation result. You can find more details regarding problems and how to correct them from [Numerical methods in engineering]. We will explain one problem that may occur. It's division by zero.

For example, we want to solve a set of simultaneous equations as follows using Gauss Elimination method.



The first step of Gauss Elimination method is to divide equation (1) with a coefficient of x1 which is 5. This is fine to do that. But imagine if the equation (3) and (1) are swapped as follows, we will encounter with "division by zero" problem.



Actually we will have problem if the value in diagonal term of matrix [A] is zero or has very small value. So we can avoid this problem by swapping equations to get the highest absolute value of coefficient of x in diagonal term.

In the next post, let's have a look the excel program to solve system of equations using Gauss Elimination method.

Comments

Popular posts from this blog

Linear Actuators and Linear Motion

Hoekens Straight-line Mechanism

Watt Straight-Line Mechanism