Thursday 23 February 2017

DESIGN AND IMPLEMENTATION OF A COMPUTER SOFTWARE FOR THE SOLUTION OF LINEAR EQUATION



ABSTRACT


Life’s circumstances are mathematical in nature. It is therefore clear that answers to such circumstances are obtainable through mathematical processes. Hence this can be achieved if form of mathematical equations and finding the appropriate methods of solving such problem (equation).
Linear equation is just an algebraic expression in which certain constants must be summed up, divided or multiplied to find a variable (unknown value) in the expression.
Hence designing software for the solution of linear equation makes the system (software) more timely, more accurate and easy to report generation, which makes the system to which they are applied efficient.
The primary aim of this study is to develop a software (computerize) for the solution of linear equation.




TABLE OF CONTENTS


Title page
Certification
Dedication
Acknowledgements
Abstracts

CHAPTER ONE
1.0    Introduction
1.1    Statement of the problem
1.2    Objectives of the study
1.3    Significance of the study
1.4    Scope of the study
1.5    Assumption
1.6           Definition of terms

CHAPTER TWO
Literature Review

CHAPTER THREE
3.0    Description and Analysis of the existing system
3.1    Facts finding methods
3.2    Organization structure
3.3    Objectives of the existing system
3.4    Input, process and output analysis
3.4.1 Input analysis
3.4.2 Process analysis
3.4.3 Output analysis
3.5    Problems of the existing system
3.6           Justification of the new system

CHAPTER FOUR
4.0    Design of the new system
4.1    Output and Input specification
4.1.1 Output specification
4.1.2 Input specification
4.2    File design
4.3    Procedure flowchart
4.5           System requirements

CHAPTER FIVE
5.0    Implementation
5.1    Program design
5.2    Program flowchart
5.3    Program source code
5.4    Test data
5.5           Test Run

CHAPTER SIX
6.0    Documentation
6.1    Program structure
6.2           User’s guide
CHAPTER SEVEN
7.0    Recommendation and Conclusion
7.1    Recommendation
7.2    Conclusion
REFERENCES

CHAPTER ONE


1.0    INTRODUCTION
          The mathematical nature of life circumstances has triggered off the research methodology in mankind, in his usual inquisitive nature to find and adduce various methods and techniques for solving life’s problems. This is achieved by reducing life’s activities to mathematical equation in linear forms to make it possible to handle the numerous variables of life.
Before proceeding let’s consider the basic definition of linear equation.
A liners equation is an algebraic equation or expression, which is in the first-degree order i.e. the highest power that it can attain, is to an indent of 1. Linear equation usually take the form A x B  = C, where A, B, C are all constants (known values) and X is the variable (unknown value) to be found.
Often a linear equation may contain many variable so that we may have AX1 + AX2 + AX2 ——-  + A x N = B, here each a is called the constant and the co-efficient of X, where X = X1, X2 —- XN, also each X need not be equal to each other.
When we have this sort of equation we call it Linear equation for examples:
(1)     2X  =  3
(2)     7M  = 8 + 5M
(3)     4 + 3X  = 17
(4)     4 – 4X  = 9  – 12X
(5)     3 (4C –7) –4 (4C – 1)  = 0

Solution for (1) takes the usual form X = 3/2

For (2) we may write m = 4. i.e 7m  – 5m = 8
2m  = 8, m  = 8/2  = 4

For (3) X  = 41/3  or 4. 333, in this case
3X = 17 – 4, 3  x  = 13
X  = 13/3  =  41/3

For (4) X  = 5/8, that is to say
4 – 4X + 12X  = 9  – 4
8X  = 5
X  = 5/8

For (5) C  = 41/4
3 (4C  – 7) – 4  (4C – 1)  = 0
Remove brackets
12C  – 21 – 16C  + 4  = 0
-4C – 17  = 0
Divide both ides by – 4
C  = 17/4,  =  -  41/4

1.1    STATEMENT OF THE PROBLEM
          Solving linear equation may sometimes involve rigorous calculation and approximation of numbers. The use of parenthesis (Brackets), negative signs can make solving linear equation very lengthy and may sometimes be confiding to the human mind at a certain point. Hence this has made the solution so labourious and an uphill task if it must be correctly applied as a solution system.
The method of information storage and retrieval process of accumulated figures and substation is not an easy task.
If there are no automated system of information storage and retrieval, the application of linear equation is virtually impossible, as much time than required will be spent before an accurate result is generated.
Human beings cannot really tackle the ambition and sometimes complex calculations involved in using the system of solution easily which delays the result for its real field application.

1.2    OBJECTIVES OF THE STUDY
The main concern of this project work is to study the methods and processes for solving linear equation.
A careful study of the method of solution (Linear equation) and application revealed errors and problems affecting the effectiveness and efficiency of the system are detected and corrective recommendations are made.
A new computerized system designed and implemented to take care of the solution system (Linear equation), this made the process involved to be more timely, more accurate and the whole solution system more efficient.
The generality of task involved were made easy and interesting as the system now makes early generation of result.

1.3    SIGNIFICANCE OF THE STUDY
          The significance of this study is make the solution technique to solving linear equation (i.e most life is problem) easier and faster and hence reducing time wastage
Also the significance of the study is to help reduce stress on the human brain associated with lots of reasoning when solving linear equation.
Also the significance of the study is to help student, teachers who see mathematics as a very difficult subject look more like fun.

1.4    SCOPE OF THE STUDY
          Due to some limitation from my side, which includes
(i)      Financial burden
(ii)    Limited knowledge on my own part
(iii)   Limited time factor
The system will only be able to carryout linear equation with a single term, i.e. the new system will not be able to carryout arithmetical operations involving terms. In order words it cannot add, subtract, divide and multiply like terms.
Throughout the study deals on linear equation the new system will not be able to carryout other mathematical operation on other mathematical operators like the greater than (>), less than (<), greater than or equal to (≥) and less than or equal to (≤)

1.5    ASSUMPTION
In order to make head way in this study of solution of linear equation certain conditions must be assumed to be true thus;
(1)     It is assumed than life’s circumstances are quantitative
(2)     It is assumed that linear equation is accurate, reliable and adequate enough
(3)     It is assumed that the solutions are error free
(4)     Assumption is made that all life’s circumstances are relative in nature.
(5)     Also an assumption is made that the approximated values adequately represent the life circumstances.

1.6    DEFINITION OF TERMS
COMPUTER:   An electronic device with some physical and logical attributes that enables it to accept input process it automatically under the control of a processor and produce in output.
DATA:      Basic raw materials used by the computer for processing e.g. numbers, alphabets.

DESNIGN:            To map out, to plan or to arrange the parts into whole which satisfies the objectives involved.
FILE:        An organized collection of information
HARDWARE:  The physical components of a computer system.
INPUT:     The entry of data into a computer.

OUTPUT: The result of a processed data
PROGRAM:     A set of instruction integrated to make a meaning or meanings.

SOFTWARE:    These are written programs to control the activities of a computer system in way or the other.
         
SOLUTION:      This is a process of finding an answer or an explanation to a problem and the result gotten after.

SYSTEM: A way of organizing or doing something in which you must follow a particular or fixed plan or a set of rules.


HOW TO GET THE FULL PROJECT WORK

PLEASE, print the following instructions and information if you will like to order/buy our complete written material(s).

HOW TO RECEIVE PROJECT MATERIAL(S)
After paying the appropriate amount into our bank Account below, send the following information to
08140350866 or 08058580848

(1)    Your project topics
(2)     Email Address
(3)     Payment Name
(4)    Teller Number
We will send your material(s) immediately we receive bank alert

BANK ACCOUNTS
Account Name: AKINYEMI OLUWATOSIN
Account Number: 3022179389
Bank: FIRST BANK.

OR
Account Name: AKINYEMI OLUWATOSIN
Account Number: 2060566256
Bank: UBA.

OR
Account Name: AKINYEMI OLUWATOSIN
Account Number: 0042695344
Bank: Diamond

HOW TO IDENTIFY SCAM/FRAUD
As a result of fraud in Nigeria, people don’t believe there are good online businesses in Nigeria.

But on this site, we have provided “table of content and chapter one” of all our project topics and materials in order to convince you that we have the complete materials.

Secondly, we have provided our Bank Account on this site. Our Bank Account contains all information about the owner of this website. For your own security, all payment should be made in the bank.

No Fraudulent company uses Bank Account as a means of payment, because Bank Account contains the overall information of the owner

CAUTION/WARNING
Please, DO NOT COPY any of our materials on this website WORD-TO-WORD. These materials are to assist, direct you during your project.  Study the materials carefully and use the information in them to develop your own new copy. Copying these materials word-to-word is CHEATING/ ILLEGAL because it affects Educational standard, and we will not be held responsible for it. If you must copy word-to-word please do not order/buy.

That you ordered this material shows you have agreed not to copy word-to-word.


FOR MORE INFORMATION, CALL:
08058580848, 08140350866

YOU CAN ALSO VISIT:
www.achieverprojectmaterial.com
www.acheiversprojectmaterials.com
www.achieversprojectmaterials.com
www.naijasplash.com
www.achieversprojectmaterials.blogspot.com
www.achieverprojectmaterial.blogspot.com
www.acheiversprojectmaterials.blogspot.com
www.archieverprojectmaterials.blogspot.com
www.acheiversprojectmaterials.blogspot.com.ng
www.archieverprojectmaterials.blogspot.com.ng
www.achieversprojectmaterials.blogspot.com.ng
www.achieverprojectmaterial.blogspot.com.ng
www.achieverprojectmaterial.wordpress.com
www.achieversprojectmaterials.wordpress.com
www.acheiversprojectmaterials.wordpress.com
www.archieverprojectmaterials.wordpress.com








No comments:

Post a Comment