A COMPUTATIONAL METHOD FOR FUZZY ARITHMETIC OPERATIONS

Size: px
Start display at page:

Download "A COMPUTATIONAL METHOD FOR FUZZY ARITHMETIC OPERATIONS"

Transcription

1 8 DAFFODIL INTERNATIONAL UNIVERSITY JOURNAL OF SCIENCE AND TECHNOLOGY, VOLUME 4, ISSUE, JANUARY 009 A COMPUTATIONAL METHOD FOR FUZZY ARITHMETIC OPERATIONS Thowhida Akther and Sanwar Uddin Ahmad Faculty of Science and Information Technology Daffodil International University, Dhaka, Bangladesh Department of Mathematics University of Dhaka, Dhaka, Bangladesh lizudu@yahoocom and sanwardu@gmailcom Abstract: In this paper, a computer implementation to evaluate the arithmetic operations on two fuzzy numbers with linear membership functions has been developed The fuzzy arithmetic approached by the interval arithmetic is used here The algorithm of the developed method with a numerical eample is also provided Using this method four basic arithmetic operations between any two TFNs can be evaluated without compleity Keywords: Fuzzy arithmetic, Fuzzy number, Membership Function, Interval arithmetic, - cut Introduction The fuzzy numbers were introduced by [] and frequently arise in decision making, control theory, fuzzy systems and approimate reasoning problems The fuzzy arithmetic was developed by several later authors, eg [ 4] In recent years some research on the application of the fuzzy set theory [5] in education, based on the concepts of fuzzy numbers and fuzzy arithmetic has begun eg, [6, 7] Fuzzy numbers are also used in statistics, computer programming, engineering (especially communications), and eperimental science In calculations generally for computational efficiency many applications limit the membership functions of the fuzzy numbers to triangular or trapezoidal fuzzy numbers Using the inverse function [4] the implementation of arithmetic operations on fuzzy numbers is computationally comple and the implementation of the etension principle [5] is equivalent to solving a nonlinear programming problem A direct, fast and accurate way of computing the arithmetic operations on fuzzy numbers has engaged researchers and students of many fields and became the motivation to produce the proposed computational method The users can evaluate the eact form of the membership functions of the resultant fuzzy numbers in a simple and accurate implementation on computer using MATHEMATICA In this paper the triangular fuzzy numbers (TFN) are considered The fuzzy arithmetic approached by interval arithmetic for fuzzy numbers has been used in this paper In recent times [8] proposed a method using spreadsheet to evaluate the arithmetic operations on fuzzy numbers and [9] proposed a method using MATHEMATICA to evaluate the multiplication on fuzzy numbers In this paper the method proposed in [9] is etended for all the four basic arithmetic operations on fuzzy numbers and evaluate the eact forms of the membership functions of the fuzzy results Fuzzy Intervals and Numbers The universe of discourse on which fuzzy numbers are defined is the set of real numbers and its subsets (eg, integers or natural numbers), its membership function should assign the degree of to the central value and degrees to other numbers that reflects their proimity to the central value according to some rule therefore the membership functions ought to be normal and conve The membership should thus decrease from to 0 on both sides of the central value Fuzzy sets of this kind are known as fuzzy numbers Membership functions that conform to this intuitive conception must be epressed in the general form [0],

2 DAFFODIL INTERNATIONAL UNIVERSITY JOURNAL OF SCIENCE AND TECHNOLOGY, VOLUME 4, ISSUE, JANUARY f ( ), for [ a, b], for [ b, c] A( ) g( ), for [ c, 0, where a b c d, f is increasing and rightcontinuous function on [a, b], and g is decreasing and left-continuous function on [c, If b = c then A is a fuzzy number it is known as fuzzy interval When a d f ( ) = and g( ) = the fuzzy b a d c number A is a trapezoidal fuzzy number When f and g are as before and b = c then A is a triangular fuzzy number (TFN) 0 c Fig A trapezoidal fuzzy number 0 a b = c Fig A triangular fuzzy number The TFN A is denoted by A =< a, b, d > The -cuts of the TFN A are [ a + ( b a), d ( d b)], [0,] () 3 Standard Fuzzy Arithmetic Operations The essential properties for defining meaningful arithmetic operations on fuzzy numbers are, (a) Fuzzy numbers are normal fuzzy sets, ie X st A ( ) = (b) The -cuts of every fuzzy number are closed intervals of real numbers (0,] (c) The support of every fuzzy number, S(A) = Supp(A) = { IR > 0} is bounded (d) Fuzzy numbers are conve fuzzy sets ie for all, X, A( λ + ( λ) ) min( A( ), A( )) For computing the four basic arithmetic operations on fuzzy numbers we represent the d d numbers by their -cuts and employ interval arithmetic to the -cuts Consider two arbitrary fuzzy numbers A and B, and let denote any of the four arithmetic operations Then, for each (0, ], the -cut of A B is defined in terms of the -cuts of A and B by the formula ( A B) = A B () which is not applicable when is division and 0 B for any (0,] Once the -cuts ( A B) are determined, the resulting fuzzy number A B is readily epressed by the decomposition theorem of fuzzy sets as, A B = ( A B) (3) [0,] Since every fuzzy set is uniquely represented by its -cuts and these are closed intervals of real numbers, arithmetic operations on fuzzy numbers can defined in terms of arithmetic operation on closed intervals of real numbers which are described in the net section 4 Interval Arithmetic The arithmetic operations for intervals [, ], based on the respective real arithmetic operations at the etremes of the intervals are defined as follows, Let T = [a, b] and S = [c, be two closed intervals of real numbers, then T S = {: there is some y in T, and some z in S, such that = y z}, where is the arithmetic operations ecept division (/), which is not defined if 0 S The arithmetic operations on intervals are defined in the ends of their intervals, as is shown below [], Addition (+): T + S = [ a, b] + [ c, = [ a + c, b + Subtraction ( ): T - S = [ a, b] [ c, = [ a d, b c] Multiplication (): T S = [a, b] [c, = [min{ac, ad, bc, bd}, ma{ac, ad, bc, bd}] More precisely the etremes of the multiplied interval is provided in the following table Division (/): a b [ a, b]/[ c, = [min(,,, ), c d c d a b ma(,,, )], provided 0 [ c, c d c d The etremes of the resultant interval are given in the following table

3 0 AKTHER ET AL: A COMPUTATIONAL METHOD FOR FUZZY ARITHMETIC OPERATIONS Table Table for computing the etremes of the product of two closed intervals T = [ a, b] S = [ c, T S 0 a b 0 c d [ac, b c 0 d [bc, b c d 0 [bc, a 0 c d [ad, c a 0 b c 0 d [min(ad, bc), ma(ac, bd)] c d 0 [bc, ac] 0 c d [ad, bc] a b 0 c 0 d [ad, ac] c d 0 [bd, ac] Table Table for computing the etremes of the division of two closed intervals T = [a, b] S = [ c, T / S 0 a b a 0 b a b 0 d c b a d c c c b a d d c d b b c d 5 Algorithm for the proposed method In this section the algorithm of the developed MATHEMATICA code for the fuzzy arithmetic of two TFNs which evaluate the membership function of the resultant fuzzy number is provided Given A = <a, f A, b, g A, c >, B = <a, f B, b, g B, c > Input: The real numbers a, b, c, a, b, c The functions f A (), [ a, b ], g A (), [ b, c ], f B (), [ a, b ], g B (), [ b, c ] Output: Evaluate the analytical form of the membership function of (A+B)(), (A B)(), (AB)(), (A/B)() Step Find A = [ A, A ], B = B, B ] in terms of [ If = Addition, Then ( A + B) = [ A + B, A + B ] by Section 4 and go to Step If = Subtraction, Then ( A B) = [ A B, A B ] by Section 4 and go to Step Step Using backward transformation technique, compute the membership functions of (A B)() in terms of for ( A B) (0), ( A ) ()] and [ B [ ( A B) (0), ( A B) ()] respectively If = Division and 0 [ B, B ] Then go to Step3 Else Output Division is not defined End If If = Multiplication [9] Then go to Step3 Step 3 Define functions to compute the etremes ( A B), ( A B) of ( A B), for [ m, n] in terms of, m, n Step 4 Define functions using backward transformation technique, which compute the membership functions of (A B)() in terms of for ( A B) ( m), ( A B) ( )] and [ n [ ( A B) ( m), ( A B) ( n Step 5 Let K = Min{A(0), B(0)} and K = Ma{A(0), B(0)} )] respectively If = Division go to Step 5 If = Multiplication [9] go to Step 6 Step 6 Case If K = 0 or K = Compute (A/B)() for 0 < < Case If 0 < K < Compute (A/B)() for 0 < < K and K < < respectively Step 7 Case If K = 0 and 0 < K < Compute (AB)() for 0 < < K, and K < < respectively Case If (K = 0 and K = ) or K = 0 Compute (AB)() for 0 < < Case3 If K > 0 and 0 < K < Compute (AB)() for 0 < < K, K < < K and K < < respectively Case4 If K =

4 DAFFODIL INTERNATIONAL UNIVERSITY JOURNAL OF SCIENCE AND TECHNOLOGY, VOLUME 4, ISSUE, JANUARY 009 Compute (AB)() for 0 < < Case5 If 0 < K < and K = Compute (AB)() by Case3 6 Numerical Eample Consider two TFN s with membership functions +, 3 A( ), 3, 0,, 3 5 and B( ), 3 5 0, Fig 3 Membership functions of and B() The membership function for the addition of, 9 < 3 addab ( ), B() Fig 4 Membership function of (A + B)() The membership function for the subtraction of, < 3 subab ( ) 0 +, Fig 5 Membership function of (A - B)() The membership function for the product of ( ), 0 8 AB ( ) ( ), 0 < 35 4 ( ), 0 < Fig 6 Membership function of (AB)() The membership function for the division of 3( + ), divab ( ), < , 0 < 7 + 5

5 AKTHER ET AL: A COMPUTATIONAL METHOD FOR FUZZY ARITHMETIC OPERATIONS Fig 7 Membership function of (A/B)() 7 Conclusions This paper presents a direct, fast and accurate way of computing the arithmetic operations on fuzzy numbers as well as the analytic form of the resultant membership functions The implementation proposed by [8] is limited in finding the membership grade of a particular number, provides no information about the resultant fuzzy number (eg the shape, the support etc), while in [9] the authors implemented the method only for the multiplication of two TFN s with linear membership function This paper is the etension of [9], where the implementation for addition, subtraction and division of two TFN s is provided Users can evaluate the four basic arithmetic operations between any two TFNs without compleity and even plot the membership function of the resultant fuzzy number to take any further decisions (eg, shape, support, -cuts etc) References [] L A Zadeh, The Concept of linguistic variable and its applications to approimate reasoning, Inform Sci Vol 8, 975, pp 99-5 [] M MizuMoto, K Tanaka, The four operations on fuzzy numbers, Syst Compute Controls, Vol 7, 976, pp 73-8 [3] D Dubois, H Prade, Operation on fuzzy numbers, Int J Syst Sci, Vol 9, 978, pp [4] R R Yager, On the lack of inverses in fuzzy arithmetic, Fuzzy Sets Syst, Vol 4, 980, pp 73-8 [5] LA Zadeh, Fuzzy Sets, Information and Control, Vol 8, 965, pp [6] Chih-Huang Wang, Shy-Ming Chen, Appraising the performance of high school teachers based on fuzzy number arithmetic operations, Soft Comput, Vol, 008, pp [7] Law CK, Using fuzzy numbers in education grading system, Fuzzy Sets Syst, Vol 83, No 3, 996, pp 3-33 [8] PS Kechagias, Basil K Papadopoulos, Computational method to evaluate fuzzy arithmetic operations, Applied Mathematics and Computations, Vol 85, 007, pp [9] Sanwar Uddin Ahmad and Thowhida Akther, Multiplication of Fuzzy Numbers Using Mathematica, Daffodil Int Univ J of Sc & Tech, Vol 3, Issue, pp 3 35, 008 [0] GJKlir, BYuan, Fuzzy Sets and Fuzzy Logic: Theory and Applications, Prentice-Hall PTR, Upper Saddlie River, 995 [] Moore, R E, Interval Analysis, Prentice Hall, New Jersey, 966 [] Oliveira, P W de, Fundamentos de Matemática Intervalar, a ed Instituto de Informática da UFRGS: SAGRA-Luzzato, 997 Thowhida Akther has received her MS in Applied Mathematics and BSc (hons) in Mathematics from University of Dhaka Now she is working as a Lecturer under the Department of CSE, CIS & CS in Daffodil International University, Dhaka Her interested field of research includes Numerical Methods, Operations Research and Fuzzy Mathematics Sanwar Uddin Ahmad has completed MS in Applied Mathematics and BSc (hons) in Mathematics from University of Dhaka Now he is working as a Lecturer in the Department of Mathematics, University of Dhaka His areas of research are Operations Research, Fuzzy Mathematics and Group Theory

Polynomial Degree and Finite Differences

Polynomial Degree and Finite Differences CONDENSED LESSON 7.1 Polynomial Degree and Finite Differences In this lesson you will learn the terminology associated with polynomials use the finite differences method to determine the degree of a polynomial

More information

Why Product of Probabilities (Masses) for Independent Events? A Remark

Why Product of Probabilities (Masses) for Independent Events? A Remark Why Product of Probabilities (Masses) for Independent Events? A Remark Vladik Kreinovich 1 and Scott Ferson 2 1 Department of Computer Science University of Texas at El Paso El Paso, TX 79968, USA, vladik@cs.utep.edu

More information

Fuzzy regression model with fuzzy input and output data for manpower forecasting

Fuzzy regression model with fuzzy input and output data for manpower forecasting Fuzzy Sets and Systems 9 (200) 205 23 www.elsevier.com/locate/fss Fuzzy regression model with fuzzy input and output data for manpower forecasting Hong Tau Lee, Sheu Hua Chen Department of Industrial Engineering

More information

Optimization of Fuzzy Inventory Models under Fuzzy Demand and Fuzzy Lead Time

Optimization of Fuzzy Inventory Models under Fuzzy Demand and Fuzzy Lead Time Tamsui Oxford Journal of Management Sciences, Vol. 0, No. (-6) Optimization of Fuzzy Inventory Models under Fuzzy Demand and Fuzzy Lead Time Chih-Hsun Hsieh (Received September 9, 00; Revised October,

More information

Roots of Equations (Chapters 5 and 6)

Roots of Equations (Chapters 5 and 6) Roots of Equations (Chapters 5 and 6) Problem: given f() = 0, find. In general, f() can be any function. For some forms of f(), analytical solutions are available. However, for other functions, we have

More information

SECTION A-3 Polynomials: Factoring

SECTION A-3 Polynomials: Factoring A-3 Polynomials: Factoring A-23 thick, write an algebraic epression in terms of that represents the volume of the plastic used to construct the container. Simplify the epression. [Recall: The volume 4

More information

7.7 Solving Rational Equations

7.7 Solving Rational Equations Section 7.7 Solving Rational Equations 7 7.7 Solving Rational Equations When simplifying comple fractions in the previous section, we saw that multiplying both numerator and denominator by the appropriate

More information

Continued Fractions and the Euclidean Algorithm

Continued Fractions and the Euclidean Algorithm Continued Fractions and the Euclidean Algorithm Lecture notes prepared for MATH 326, Spring 997 Department of Mathematics and Statistics University at Albany William F Hammond Table of Contents Introduction

More information

Work as the Area Under a Graph of Force vs. Displacement

Work as the Area Under a Graph of Force vs. Displacement Work as the Area Under a Graph of vs. Displacement Situation A. Consider a situation where an object of mass, m, is lifted at constant velocity in a uniform gravitational field, g. The applied force is

More information

A FUZZY LOGIC APPROACH FOR SALES FORECASTING

A FUZZY LOGIC APPROACH FOR SALES FORECASTING A FUZZY LOGIC APPROACH FOR SALES FORECASTING ABSTRACT Sales forecasting proved to be very important in marketing where managers need to learn from historical data. Many methods have become available for

More information

A study of cash flows in projects with fuzzy activity durations

A study of cash flows in projects with fuzzy activity durations icccbe 2010 Nottingham University Press Proceedings of the International Conference on Computing in Civil and Building Engineering W Tizani (Editor) A study of cash flows in projects with fuzzy activity

More information

Optimization under fuzzy if-then rules

Optimization under fuzzy if-then rules Optimization under fuzzy if-then rules Christer Carlsson christer.carlsson@abo.fi Robert Fullér rfuller@abo.fi Abstract The aim of this paper is to introduce a novel statement of fuzzy mathematical programming

More information

Homework 2 Solutions

Homework 2 Solutions Homework Solutions 1. (a) Find the area of a regular heagon inscribed in a circle of radius 1. Then, find the area of a regular heagon circumscribed about a circle of radius 1. Use these calculations to

More information

Exponential and Logarithmic Functions

Exponential and Logarithmic Functions Chapter 6 Eponential and Logarithmic Functions Section summaries Section 6.1 Composite Functions Some functions are constructed in several steps, where each of the individual steps is a function. For eample,

More information

Mathematics 31 Pre-calculus and Limits

Mathematics 31 Pre-calculus and Limits Mathematics 31 Pre-calculus and Limits Overview After completing this section, students will be epected to have acquired reliability and fluency in the algebraic skills of factoring, operations with radicals

More information

Introduction to Fuzzy Control

Introduction to Fuzzy Control Introduction to Fuzzy Control Marcelo Godoy Simoes Colorado School of Mines Engineering Division 1610 Illinois Street Golden, Colorado 80401-1887 USA Abstract In the last few years the applications of

More information

Roots of equation fx are the values of x which satisfy the above expression. Also referred to as the zeros of an equation

Roots of equation fx are the values of x which satisfy the above expression. Also referred to as the zeros of an equation LECTURE 20 SOLVING FOR ROOTS OF NONLINEAR EQUATIONS Consider the equation f = 0 Roots of equation f are the values of which satisfy the above epression. Also referred to as the zeros of an equation f()

More information

1 Determine whether an. 2 Solve systems of linear. 3 Solve systems of linear. 4 Solve systems of linear. 5 Select the most efficient

1 Determine whether an. 2 Solve systems of linear. 3 Solve systems of linear. 4 Solve systems of linear. 5 Select the most efficient Section 3.1 Systems of Linear Equations in Two Variables 163 SECTION 3.1 SYSTEMS OF LINEAR EQUATIONS IN TWO VARIABLES Objectives 1 Determine whether an ordered pair is a solution of a system of linear

More information

Selection of Database Management System with Fuzzy-AHP for Electronic Medical Record

Selection of Database Management System with Fuzzy-AHP for Electronic Medical Record I.J. Information Engineering and Electronic Business, 205, 5, -6 Published Online September 205 in MECS (http://www.mecs-press.org/) DOI: 0.585/ijieeb.205.05.0 Selection of Database Management System with

More information

A Fuzzy AHP based Multi-criteria Decision-making Model to Select a Cloud Service

A Fuzzy AHP based Multi-criteria Decision-making Model to Select a Cloud Service Vol.8, No.3 (2014), pp.175-180 http://dx.doi.org/10.14257/ijsh.2014.8.3.16 A Fuzzy AHP based Multi-criteria Decision-making Model to Select a Cloud Service Hong-Kyu Kwon 1 and Kwang-Kyu Seo 2* 1 Department

More information

POLYNOMIAL FUNCTIONS

POLYNOMIAL FUNCTIONS POLYNOMIAL FUNCTIONS Polynomial Division.. 314 The Rational Zero Test.....317 Descarte s Rule of Signs... 319 The Remainder Theorem.....31 Finding all Zeros of a Polynomial Function.......33 Writing a

More information

Section 1-4 Functions: Graphs and Properties

Section 1-4 Functions: Graphs and Properties 44 1 FUNCTIONS AND GRAPHS I(r). 2.7r where r represents R & D ependitures. (A) Complete the following table. Round values of I(r) to one decimal place. r (R & D) Net income I(r).66 1.2.7 1..8 1.8.99 2.1

More information

9.3 OPERATIONS WITH RADICALS

9.3 OPERATIONS WITH RADICALS 9. Operations with Radicals (9 1) 87 9. OPERATIONS WITH RADICALS In this section Adding and Subtracting Radicals Multiplying Radicals Conjugates In this section we will use the ideas of Section 9.1 in

More information

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling 1 Forecasting Women s Apparel Sales Using Mathematical Modeling Celia Frank* 1, Balaji Vemulapalli 1, Les M. Sztandera 2, Amar Raheja 3 1 School of Textiles and Materials Technology 2 Computer Information

More information

Equations Involving Fractions

Equations Involving Fractions . Equations Involving Fractions. OBJECTIVES. Determine the ecluded values for the variables of an algebraic fraction. Solve a fractional equation. Solve a proportion for an unknown NOTE The resulting equation

More information

Zero and Negative Exponents and Scientific Notation. a a n a m n. Now, suppose that we allow m to equal n. We then have. a am m a 0 (1) a m

Zero and Negative Exponents and Scientific Notation. a a n a m n. Now, suppose that we allow m to equal n. We then have. a am m a 0 (1) a m 0. E a m p l e 666SECTION 0. OBJECTIVES. Define the zero eponent. Simplif epressions with negative eponents. Write a number in scientific notation. Solve an application of scientific notation We must have

More information

An Evaluation Model for Determining Insurance Policy Using AHP and Fuzzy Logic: Case Studies of Life and Annuity Insurances

An Evaluation Model for Determining Insurance Policy Using AHP and Fuzzy Logic: Case Studies of Life and Annuity Insurances Proceedings of the 8th WSEAS International Conference on Fuzzy Systems, Vancouver, British Columbia, Canada, June 19-21, 2007 126 An Evaluation Model for Determining Insurance Policy Using AHP and Fuzzy

More information

A New Method for Multi-Objective Linear Programming Models with Fuzzy Random Variables

A New Method for Multi-Objective Linear Programming Models with Fuzzy Random Variables 383838383813 Journal of Uncertain Systems Vol.6, No.1, pp.38-50, 2012 Online at: www.jus.org.uk A New Method for Multi-Objective Linear Programming Models with Fuzzy Random Variables Javad Nematian * Department

More information

Stochastic Processes and Queueing Theory used in Cloud Computer Performance Simulations

Stochastic Processes and Queueing Theory used in Cloud Computer Performance Simulations 56 Stochastic Processes and Queueing Theory used in Cloud Computer Performance Simulations Stochastic Processes and Queueing Theory used in Cloud Computer Performance Simulations Florin-Cătălin ENACHE

More information

Properties of Real Numbers

Properties of Real Numbers 16 Chapter P Prerequisites P.2 Properties of Real Numbers What you should learn: Identify and use the basic properties of real numbers Develop and use additional properties of real numbers Why you should

More information

So let us begin our quest to find the holy grail of real analysis.

So let us begin our quest to find the holy grail of real analysis. 1 Section 5.2 The Complete Ordered Field: Purpose of Section We present an axiomatic description of the real numbers as a complete ordered field. The axioms which describe the arithmetic of the real numbers

More information

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2.

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2. Chapter 1 LINEAR EQUATIONS 1.1 Introduction to linear equations A linear equation in n unknowns x 1, x,, x n is an equation of the form a 1 x 1 + a x + + a n x n = b, where a 1, a,..., a n, b are given

More information

Students Currently in Algebra 2 Maine East Math Placement Exam Review Problems

Students Currently in Algebra 2 Maine East Math Placement Exam Review Problems Students Currently in Algebra Maine East Math Placement Eam Review Problems The actual placement eam has 100 questions 3 hours. The placement eam is free response students must solve questions and write

More information

Online EFFECTIVE AS OF JANUARY 2013

Online EFFECTIVE AS OF JANUARY 2013 2013 A and C Session Start Dates (A-B Quarter Sequence*) 2013 B and D Session Start Dates (B-A Quarter Sequence*) Quarter 5 2012 1205A&C Begins November 5, 2012 1205A Ends December 9, 2012 Session Break

More information

Section A-3 Polynomials: Factoring APPLICATIONS. A-22 Appendix A A BASIC ALGEBRA REVIEW

Section A-3 Polynomials: Factoring APPLICATIONS. A-22 Appendix A A BASIC ALGEBRA REVIEW A- Appendi A A BASIC ALGEBRA REVIEW C In Problems 53 56, perform the indicated operations and simplify. 53. ( ) 3 ( ) 3( ) 4 54. ( ) 3 ( ) 3( ) 7 55. 3{[ ( )] ( )( 3)} 56. {( 3)( ) [3 ( )]} 57. Show by

More information

A Robust Method for Solving Transcendental Equations

A Robust Method for Solving Transcendental Equations www.ijcsi.org 413 A Robust Method for Solving Transcendental Equations Md. Golam Moazzam, Amita Chakraborty and Md. Al-Amin Bhuiyan Department of Computer Science and Engineering, Jahangirnagar University,

More information

MATH 102 College Algebra

MATH 102 College Algebra FACTORING Factoring polnomials ls is simpl the reverse process of the special product formulas. Thus, the reverse process of special product formulas will be used to factor polnomials. To factor polnomials

More information

Linguistic Preference Modeling: Foundation Models and New Trends. Extended Abstract

Linguistic Preference Modeling: Foundation Models and New Trends. Extended Abstract Linguistic Preference Modeling: Foundation Models and New Trends F. Herrera, E. Herrera-Viedma Dept. of Computer Science and Artificial Intelligence University of Granada, 18071 - Granada, Spain e-mail:

More information

Fuzzy Numbers in the Credit Rating of Enterprise Financial Condition

Fuzzy Numbers in the Credit Rating of Enterprise Financial Condition C Review of Quantitative Finance and Accounting, 17: 351 360, 2001 2001 Kluwer Academic Publishers. Manufactured in The Netherlands. Fuzzy Numbers in the Credit Rating of Enterprise Financial Condition

More information

October 2007. ENSEEIHT-IRIT, Team APO collaboration with GREM 3 -LAPLACE, Toulouse. Design of Electrical Rotating Machines using

October 2007. ENSEEIHT-IRIT, Team APO collaboration with GREM 3 -LAPLACE, Toulouse. Design of Electrical Rotating Machines using using IBBA using ENSEEIHT-IRIT, Team APO collaboration with GREM 3 -LAPLACE, Toulouse October 2007 Collaborations with the GREM 3 Team (LAPLACE-ENSEEIHT) using IBBA Bertrand Nogarede, Professor : Director

More information

An Experimental Study of the Performance of Histogram Equalization for Image Enhancement

An Experimental Study of the Performance of Histogram Equalization for Image Enhancement International Journal of Computer Sciences and Engineering Open Access Research Paper Volume-4, Special Issue-2, April 216 E-ISSN: 2347-2693 An Experimental Study of the Performance of Histogram Equalization

More information

Sequences. A sequence is a list of numbers, or a pattern, which obeys a rule.

Sequences. A sequence is a list of numbers, or a pattern, which obeys a rule. Sequences A sequence is a list of numbers, or a pattern, which obeys a rule. Each number in a sequence is called a term. ie the fourth term of the sequence 2, 4, 6, 8, 10, 12... is 8, because it is the

More information

Section 3-3 Approximating Real Zeros of Polynomials

Section 3-3 Approximating Real Zeros of Polynomials - Approimating Real Zeros of Polynomials 9 Section - Approimating Real Zeros of Polynomials Locating Real Zeros The Bisection Method Approimating Multiple Zeros Application The methods for finding zeros

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS 1. SYSTEMS OF EQUATIONS AND MATRICES 1.1. Representation of a linear system. The general system of m equations in n unknowns can be written a 11 x 1 + a 12 x 2 +

More information

A fuzzy-based decision model application on strategic management

A fuzzy-based decision model application on strategic management African Journal of Business Management Vol. 5(15), pp. 6586-6590, 4 August, 2011 Available Online At Http://Www.Academicjournals.Org/Ajbm ISSN 1993-8233 2011 Academic Journals Full Length Research Paper

More information

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions.

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions. Algebra I Overview View unit yearlong overview here Many of the concepts presented in Algebra I are progressions of concepts that were introduced in grades 6 through 8. The content presented in this course

More information

An Efficient RNS to Binary Converter Using the Moduli Set {2n + 1, 2n, 2n 1}

An Efficient RNS to Binary Converter Using the Moduli Set {2n + 1, 2n, 2n 1} An Efficient RNS to Binary Converter Using the oduli Set {n + 1, n, n 1} Kazeem Alagbe Gbolagade 1,, ember, IEEE and Sorin Dan Cotofana 1, Senior ember IEEE, 1. Computer Engineering Laboratory, Delft University

More information

THE NT (NEW TECHNOLOGY) HYPOTHESIS ABSTRACT

THE NT (NEW TECHNOLOGY) HYPOTHESIS ABSTRACT THE NT (NEW TECHNOLOGY) HYPOTHESIS Michele Impedovo Università Bocconi di Milano, Italy michele.impedovo@uni-bocconi.it ABSTRACT I teach a first-year undergraduate mathematics course at a business university.

More information

Arkansas Tech University MATH 4033: Elementary Modern Algebra Dr. Marcel B. Finan

Arkansas Tech University MATH 4033: Elementary Modern Algebra Dr. Marcel B. Finan Arkansas Tech University MATH 4033: Elementary Modern Algebra Dr. Marcel B. Finan 3 Binary Operations We are used to addition and multiplication of real numbers. These operations combine two real numbers

More information

Random variables, probability distributions, binomial random variable

Random variables, probability distributions, binomial random variable Week 4 lecture notes. WEEK 4 page 1 Random variables, probability distributions, binomial random variable Eample 1 : Consider the eperiment of flipping a fair coin three times. The number of tails that

More information

Leran Wang and Tom Kazmierski {lw04r,tjk}@ecs.soton.ac.uk

Leran Wang and Tom Kazmierski {lw04r,tjk}@ecs.soton.ac.uk BMAS 2005 VHDL-AMS based genetic optimization of a fuzzy logic controller for automotive active suspension systems Leran Wang and Tom Kazmierski {lw04r,tjk}@ecs.soton.ac.uk Outline Introduction and system

More information

Project Scheduling to Maximize Fuzzy Net Present Value

Project Scheduling to Maximize Fuzzy Net Present Value , July 6-8, 2011, London, U.K. Project Scheduling to Maximize Fuzzy Net Present Value İrem UÇAL and Dorota KUCHTA Abstract In this paper a fuzzy version of a procedure for project scheduling is proposed

More information

Keywords: Forecasting, S&P CNX NIFTY 50, Fuzzy-logic, Fuzzy rule-base, Candlesticks, Fuzzycandlesticks, Figure 1.2: White Candle

Keywords: Forecasting, S&P CNX NIFTY 50, Fuzzy-logic, Fuzzy rule-base, Candlesticks, Fuzzycandlesticks, Figure 1.2: White Candle American International Journal of Research in Science, Technology, Engineering & Mathematics Available online at http://www.iasir.net ISSN (Print): 2328-3491, ISSN (Online): 2328-3580, ISSN (CD-ROM): 2328-3629

More information

Knowledge Base and Inference Motor for an Automated Management System for developing Expert Systems and Fuzzy Classifiers

Knowledge Base and Inference Motor for an Automated Management System for developing Expert Systems and Fuzzy Classifiers Knowledge Base and Inference Motor for an Automated Management System for developing Expert Systems and Fuzzy Classifiers JESÚS SÁNCHEZ, FRANCKLIN RIVAS, JOSE AGUILAR Postgrado en Ingeniería de Control

More information

Representing Uncertainty by Probability and Possibility What s the Difference?

Representing Uncertainty by Probability and Possibility What s the Difference? Representing Uncertainty by Probability and Possibility What s the Difference? Presentation at Amsterdam, March 29 30, 2011 Hans Schjær Jacobsen Professor, Director RD&I Ballerup, Denmark +45 4480 5030

More information

Fast Fuzzy Control of Warranty Claims System

Fast Fuzzy Control of Warranty Claims System Journal of Information Processing Systems, Vol.6, No.2, June 2010 DOI : 10.3745/JIPS.2010.6.2.209 Fast Fuzzy Control of Warranty Claims System Sang-Hyun Lee*, Sung Eui Cho* and Kyung-li Moon** Abstract

More information

Chapter 4. Polynomial and Rational Functions. 4.1 Polynomial Functions and Their Graphs

Chapter 4. Polynomial and Rational Functions. 4.1 Polynomial Functions and Their Graphs Chapter 4. Polynomial and Rational Functions 4.1 Polynomial Functions and Their Graphs A polynomial function of degree n is a function of the form P = a n n + a n 1 n 1 + + a 2 2 + a 1 + a 0 Where a s

More information

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM International Journal of Innovative Computing, Information and Control ICIC International c 0 ISSN 34-48 Volume 8, Number 8, August 0 pp. 4 FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT

More information

The Collapsing Method of Defuzzification for Discretised Interval Type-2 Fuzzy Sets

The Collapsing Method of Defuzzification for Discretised Interval Type-2 Fuzzy Sets The Collapsing Method of Defuzzification for Discretised Interval Tpe- Fuzz Sets Sarah Greenfield, Francisco Chiclana, Robert John, Simon Coupland Centre for Computational Intelligence De Montfort niversit

More information

Typical Linear Equation Set and Corresponding Matrices

Typical Linear Equation Set and Corresponding Matrices EWE: Engineering With Excel Larsen Page 1 4. Matrix Operations in Excel. Matrix Manipulations: Vectors, Matrices, and Arrays. How Excel Handles Matrix Math. Basic Matrix Operations. Solving Systems of

More information

PROPERTIES OF ELLIPTIC CURVES AND THEIR USE IN FACTORING LARGE NUMBERS

PROPERTIES OF ELLIPTIC CURVES AND THEIR USE IN FACTORING LARGE NUMBERS PROPERTIES OF ELLIPTIC CURVES AND THEIR USE IN FACTORING LARGE NUMBERS A ver important set of curves which has received considerabl attention in recent ears in connection with the factoring of large numbers

More information

SECTION P.5 Factoring Polynomials

SECTION P.5 Factoring Polynomials BLITMCPB.QXP.0599_48-74 /0/0 0:4 AM Page 48 48 Chapter P Prerequisites: Fundamental Concepts of Algebra Technology Eercises Critical Thinking Eercises 98. The common cold is caused by a rhinovirus. The

More information

American Journal Of Business Education September/October 2012 Volume 5, Number 5

American Journal Of Business Education September/October 2012 Volume 5, Number 5 Teaching Learning Curves In An Undergraduate Economics Or Operations Management Course Jaideep T. Naidu, Philadelphia University, USA John F. Sanford, Philadelphia University, USA ABSTRACT Learning Curves

More information

25 The Law of Cosines and Its Applications

25 The Law of Cosines and Its Applications Arkansas Tech University MATH 103: Trigonometry Dr Marcel B Finan 5 The Law of Cosines and Its Applications The Law of Sines is applicable when either two angles and a side are given or two sides and an

More information

Mathematics Georgia Performance Standards

Mathematics Georgia Performance Standards Mathematics Georgia Performance Standards K-12 Mathematics Introduction The Georgia Mathematics Curriculum focuses on actively engaging the students in the development of mathematical understanding by

More information

INTRODUCTION TO ERRORS AND ERROR ANALYSIS

INTRODUCTION TO ERRORS AND ERROR ANALYSIS INTRODUCTION TO ERRORS AND ERROR ANALYSIS To many students and to the public in general, an error is something they have done wrong. However, in science, the word error means the uncertainty which accompanies

More information

Crosswalk Directions:

Crosswalk Directions: Crosswalk Directions: UMS Standards for College Readiness to 2007 MLR 1. Use a (yes), an (no), or a (partially) to indicate the extent to which the standard, performance indicator, or descriptor of the

More information

Automata and Formal Languages

Automata and Formal Languages Automata and Formal Languages Winter 2009-2010 Yacov Hel-Or 1 What this course is all about This course is about mathematical models of computation We ll study different machine models (finite automata,

More information

CHAPTER 5. Number Theory. 1. Integers and Division. Discussion

CHAPTER 5. Number Theory. 1. Integers and Division. Discussion CHAPTER 5 Number Theory 1. Integers and Division 1.1. Divisibility. Definition 1.1.1. Given two integers a and b we say a divides b if there is an integer c such that b = ac. If a divides b, we write a

More information

Survey and remarks on Viro s definition of Khovanov homology

Survey and remarks on Viro s definition of Khovanov homology RIMS Kôkyûroku Bessatsu B39 (203), 009 09 Survey and remarks on Viro s definition of Khovanov homology By Noboru Ito Abstract This paper reviews and offers remarks upon Viro s definition of the Khovanov

More information

Ph. D. thesis summary. by Aleksandra Rutkowska, M. Sc. Stock portfolio optimization in the light of Liu s credibility theory

Ph. D. thesis summary. by Aleksandra Rutkowska, M. Sc. Stock portfolio optimization in the light of Liu s credibility theory Ph. D. thesis summary by Aleksandra Rutkowska, M. Sc. Stock portfolio optimization in the light of Liu s credibility theory The thesis concentrates on the concept of stock portfolio optimization in the

More information

Credit Risk Comprehensive Evaluation Method for Online Trading

Credit Risk Comprehensive Evaluation Method for Online Trading Credit Risk Comprehensive Evaluation Method for Online Trading Company 1 *1, Corresponding Author School of Economics and Management, Beijing Forestry University, fankun@bjfu.edu.cn Abstract A new comprehensive

More information

Momentum Analysis based Stock Market Prediction using Adaptive Neuro-Fuzzy Inference System (ANFIS)

Momentum Analysis based Stock Market Prediction using Adaptive Neuro-Fuzzy Inference System (ANFIS) Momentum Analysis based Stock Market Prediction using Adaptive Neuro-Fuzzy Inference System (ANFIS) Samarth Agrawal, Manoj Jindal, G. N. Pillai Abstract This paper presents an innovative approach for indicating

More information

SOLVING LINEAR SYSTEMS

SOLVING LINEAR SYSTEMS SOLVING LINEAR SYSTEMS Linear systems Ax = b occur widely in applied mathematics They occur as direct formulations of real world problems; but more often, they occur as a part of the numerical analysis

More information

Rational Expressions - Complex Fractions

Rational Expressions - Complex Fractions 7. Rational Epressions - Comple Fractions Objective: Simplify comple fractions by multiplying each term by the least common denominator. Comple fractions have fractions in either the numerator, or denominator,

More information

Product Selection in Internet Business, A Fuzzy Approach

Product Selection in Internet Business, A Fuzzy Approach Product Selection in Internet Business, A Fuzzy Approach Submitted By: Hasan Furqan (241639) Submitted To: Prof. Dr. Eduard Heindl Course: E-Business In Business Consultancy Masters (BCM) Of Hochschule

More information

Five 5. Rational Expressions and Equations C H A P T E R

Five 5. Rational Expressions and Equations C H A P T E R Five C H A P T E R Rational Epressions and Equations. Rational Epressions and Functions. Multiplication and Division of Rational Epressions. Addition and Subtraction of Rational Epressions.4 Comple Fractions.

More information

A Quick Algebra Review

A Quick Algebra Review 1. Simplifying Epressions. Solving Equations 3. Problem Solving 4. Inequalities 5. Absolute Values 6. Linear Equations 7. Systems of Equations 8. Laws of Eponents 9. Quadratics 10. Rationals 11. Radicals

More information

z 0 and y even had the form

z 0 and y even had the form Gaussian Integers The concepts of divisibility, primality and factoring are actually more general than the discussion so far. For the moment, we have been working in the integers, which we denote by Z

More information

Tennessee Mathematics Standards 2009-2010 Implementation. Grade Six Mathematics. Standard 1 Mathematical Processes

Tennessee Mathematics Standards 2009-2010 Implementation. Grade Six Mathematics. Standard 1 Mathematical Processes Tennessee Mathematics Standards 2009-2010 Implementation Grade Six Mathematics Standard 1 Mathematical Processes GLE 0606.1.1 Use mathematical language, symbols, and definitions while developing mathematical

More information

Linear programming with fuzzy parameters: An interactive method resolution q

Linear programming with fuzzy parameters: An interactive method resolution q European Journal of Operational Research xxx (005) xxx xxx www.elsevier.com/locate/ejor Linear programming with fuzzy parameters: An interactive method resolution q Mariano Jiménez a, *, Mar Arenas b,

More information

Factoring Patterns in the Gaussian Plane

Factoring Patterns in the Gaussian Plane Factoring Patterns in the Gaussian Plane Steve Phelps Introduction This paper describes discoveries made at the Park City Mathematics Institute, 00, as well as some proofs. Before the summer I understood

More information

Computer Programming Lecturer: Dr. Laith Abdullah Mohammed

Computer Programming Lecturer: Dr. Laith Abdullah Mohammed Algorithm: A step-by-step procedure for solving a problem in a finite amount of time. Algorithms can be represented using Flow Charts. CHARACTERISTICS OF AN ALGORITHM: Computer Programming Lecturer: Dr.

More information

Alternative Selection for Green Supply Chain Management: A Fuzzy TOPSIS Approach

Alternative Selection for Green Supply Chain Management: A Fuzzy TOPSIS Approach Alternative Selection for Green Supply Chain Management: A Fuzzy TOPSIS Approach Mohit Tyagi #, Pradeep Kumar, and Dinesh Kumar # mohitmied@gmail.com,kumarfme@iitr.ernet.in, dinesfme@iitr.ernet.in MIED,

More information

Polynomial and Synthetic Division. Long Division of Polynomials. Example 1. 6x 2 7x 2 x 2) 19x 2 16x 4 6x3 12x 2 7x 2 16x 7x 2 14x. 2x 4.

Polynomial and Synthetic Division. Long Division of Polynomials. Example 1. 6x 2 7x 2 x 2) 19x 2 16x 4 6x3 12x 2 7x 2 16x 7x 2 14x. 2x 4. _.qd /7/5 9: AM Page 5 Section.. Polynomial and Synthetic Division 5 Polynomial and Synthetic Division What you should learn Use long division to divide polynomials by other polynomials. Use synthetic

More information

EMPLOYEE PERFORMANCE APPRAISAL SYSTEM USING FUZZY LOGIC

EMPLOYEE PERFORMANCE APPRAISAL SYSTEM USING FUZZY LOGIC EMPLOYEE PERFORMANCE APPRAISAL SYSTEM USING FUZZY LOGIC ABSTRACT Adnan Shaout* and Mohamed Khalid Yousif** *The Department of Electrical and Computer Engineering The University of Michigan Dearborn, MI,

More information

Arithmetic Coding: Introduction

Arithmetic Coding: Introduction Data Compression Arithmetic coding Arithmetic Coding: Introduction Allows using fractional parts of bits!! Used in PPM, JPEG/MPEG (as option), Bzip More time costly than Huffman, but integer implementation

More information

TSI College Level Math Practice Test

TSI College Level Math Practice Test TSI College Level Math Practice Test Tutorial Services Mission del Paso Campus. Factor the Following Polynomials 4 a. 6 8 b. c. 7 d. ab + a + b + 6 e. 9 f. 6 9. Perform the indicated operation a. ( +7y)

More information

MAT188H1S Lec0101 Burbulla

MAT188H1S Lec0101 Burbulla Winter 206 Linear Transformations A linear transformation T : R m R n is a function that takes vectors in R m to vectors in R n such that and T (u + v) T (u) + T (v) T (k v) k T (v), for all vectors u

More information

Minimizing Probing Cost and Achieving Identifiability in Probe Based Network Link Monitoring

Minimizing Probing Cost and Achieving Identifiability in Probe Based Network Link Monitoring Minimizing Probing Cost and Achieving Identifiability in Probe Based Network Link Monitoring Qiang Zheng, Student Member, IEEE, and Guohong Cao, Fellow, IEEE Department of Computer Science and Engineering

More information

Using EXCEL Solver October, 2000

Using EXCEL Solver October, 2000 Using EXCEL Solver October, 2000 2 The Solver option in EXCEL may be used to solve linear and nonlinear optimization problems. Integer restrictions may be placed on the decision variables. Solver may be

More information

Boolean Algebra Part 1

Boolean Algebra Part 1 Boolean Algebra Part 1 Page 1 Boolean Algebra Objectives Understand Basic Boolean Algebra Relate Boolean Algebra to Logic Networks Prove Laws using Truth Tables Understand and Use First Basic Theorems

More information

Georgia Department of Education Kathy Cox, State Superintendent of Schools 7/19/2005 All Rights Reserved 1

Georgia Department of Education Kathy Cox, State Superintendent of Schools 7/19/2005 All Rights Reserved 1 Accelerated Mathematics 3 This is a course in precalculus and statistics, designed to prepare students to take AB or BC Advanced Placement Calculus. It includes rational, circular trigonometric, and inverse

More information

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA We Can Early Learning Curriculum PreK Grades 8 12 INSIDE ALGEBRA, GRADES 8 12 CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA April 2016 www.voyagersopris.com Mathematical

More information

Solutions of Linear Equations in One Variable

Solutions of Linear Equations in One Variable 2. Solutions of Linear Equations in One Variable 2. OBJECTIVES. Identify a linear equation 2. Combine like terms to solve an equation We begin this chapter by considering one of the most important tools

More information

Sequence of Mathematics Courses

Sequence of Mathematics Courses Sequence of ematics Courses Where do I begin? Associates Degree and Non-transferable Courses (For math course below pre-algebra, see the Learning Skills section of the catalog) MATH M09 PRE-ALGEBRA 3 UNITS

More information

15.1. Exact Differential Equations. Exact First-Order Equations. Exact Differential Equations Integrating Factors

15.1. Exact Differential Equations. Exact First-Order Equations. Exact Differential Equations Integrating Factors SECTION 5. Eact First-Order Equations 09 SECTION 5. Eact First-Order Equations Eact Differential Equations Integrating Factors Eact Differential Equations In Section 5.6, ou studied applications of differential

More information

Direct Methods for Solving Linear Systems. Matrix Factorization

Direct Methods for Solving Linear Systems. Matrix Factorization Direct Methods for Solving Linear Systems Matrix Factorization Numerical Analysis (9th Edition) R L Burden & J D Faires Beamer Presentation Slides prepared by John Carroll Dublin City University c 2011

More information

THREE DIMENSIONAL REPRESENTATION OF AMINO ACID CHARAC- TERISTICS

THREE DIMENSIONAL REPRESENTATION OF AMINO ACID CHARAC- TERISTICS THREE DIMENSIONAL REPRESENTATION OF AMINO ACID CHARAC- TERISTICS O.U. Sezerman 1, R. Islamaj 2, E. Alpaydin 2 1 Laborotory of Computational Biology, Sabancı University, Istanbul, Turkey. 2 Computer Engineering

More information

AC 2012-4561: MATHEMATICAL MODELING AND SIMULATION US- ING LABVIEW AND LABVIEW MATHSCRIPT

AC 2012-4561: MATHEMATICAL MODELING AND SIMULATION US- ING LABVIEW AND LABVIEW MATHSCRIPT AC 2012-4561: MATHEMATICAL MODELING AND SIMULATION US- ING LABVIEW AND LABVIEW MATHSCRIPT Dr. Nikunja Swain, South Carolina State University Nikunja Swain is a professor in the College of Science, Mathematics,

More information