Using excel to solve equations

There is an extensive toolkit in Excel for solving different types of equations by different methods. Let’s look at some solutions using examples.



Solving equations by trial and error method in Excel

The tool «Goal Seek» is used in a situation when the result is known but arguments are unknown. Excel picks up the values until the computation yields the desired total.

The path to the command: «DATA» — «Data Tools» — «What-if-Analysis» — «Goal Seek».

What-if-Analysis.

Let’s consider, for example, the solution of the quadratic equation x2 + 3x + 2 = 0. The order of finding the root with Excel:

  1. We enter into the cell B2 a formula for finding the value of the function. We apply a reference to cell B1 as an argument.
  2. apply a reference.

  3. Open the menu of the «Goal Seek» tool. In the box «Set cell» is a reference to cell B2 where the formula is located. Enter 0 in the «To value» field. This is the value that you want to get. In the column «By changing cell» is B1. The selected parameter should be displayed here.
  4. displayed.

  5. After clicking OK, the result of the selection is displayed. If you want to save it click OK again. Otherwise, click «Cancel».

result.

The program uses a cyclic process to find a parameter. You need to enter the Excel parameters to change the number of iterations and the error.

Set the maximum number of iterations and the relative error on the «Formulas» tab. Set a checkmark in the box to enable iterative calculations.



How to solve the system of equations by using the matrix method in Excel?

A system of equations is given:

equations is given.

  1. We enter the values of the elements in Excel cells in the form of a table.
  2. values of the elements.

  3. Let us find the inverse matrix. Select the range B6:E9 where the matrix elements will later be placed (we are guided by the number of rows and columns in the original matrix). Open the list of functions (fx). In the category «Math and Trig» we find the MINVERS function. The argument is an array of cells with elements of the original matrix.
  4. elements.

  5. Click OK and a value appears in the upper left corner of the range. Consecutively press the F2 button and Ctrl + Shift + Enter.
  6. value appears.

  7. We multiply the inverse matrix Ax-1x by the matrix B (only in this order of multiplication!). We select the range H1:H4 where the elements of the resulting matrix will subsequently appear (we are guided by the number of rows and columns of the matrix B). Open the dialog box of the MMULT mathematical function. The first range is the inverse matrix. The second one is the matrix B.
  8. MMULT.

  9. Close the window with the arguments of the function by clicking OK. Consistently press the F2 button and the combination Ctrl + Shift + Enter.

.

The roots of the equations are obtained.

Solving the system of equations by the Cramer method in Excel

We take the system of equations from the previous example:

previous example.

We calculate the determinants of the matrices obtained by replacing one column in the matrix A by the column matrix B. And it will be solved by using the Cramer method.

matrices obtained.

Use the MDETERM function to calculate the determinants. The argument is a range with the corresponding matrix.

MDETERM.

We also calculate the determinant of the matrix A (the array is the range of the matrix A).

calculate the determinant.

The determinant of the system is greater than 0 and the solution can be found by the Cramer formula (Dx / |A|).

For the calculation of Х1: =K2/$K$1, where K2 is D1. For the calculation of Х2: =K3/$K$1, and etc. We get the roots of the equations:

equations.

Solving the systems of equations by using the method of Gauss in Excel

For example, let’s take the simplest system of equations:

3а + 2в – 5с = -1
2а – в – 3с = 13
а + 2в – с = 9

We write the coefficients in the matrix A. And write the constant term in the matrix B.

matrix B.

For clarity, the free terms will be selected by flood filling. You need to swap the lines if in the first cell of the matrix A was 0 so that there will be a value which differs from 0.

  1. We give the 0 to all the coefficients of the matrix A except the first equation. We copy the values in the first row of two matrices to cells B6:E6. In cell B7 we enter the formula:

    Then select the range B7:E7. Press F2 and press Ctrl + Shift + Enter. We subtracted from the second line the first one which is multiplied by the ratio of the first elements of the second and first equation.

  2. second.

  3. Copy the entered formula on row 7. So we got rid of the coefficients before A. Only the first equation was retained.
  4. first equation.

  5. We reduce to 0 all the coefficients of B in the third and fourth equations. We copy lines 5 and 6 (only values). Then we transfer them below in lines 9 and 10. These data should remain unchanged. Then we enter the formula of the array in cell A11
  6. data should.

  7. A direct run was done by Gauss’s method. In the reverse order, we start running from the last row of the resulting matrix. All the elements of this line must be divided by a factor of C. Enter the array formula in the line:
  8. array formula.

  9. In line 15: we subtract the third line from the second one, multiplied by the coefficient C from the second line

    In line 14: from the first line we subtract the second and third one, multiplied by the corresponding coefficients

    In the last column of the new matrix, we get the roots of the equation.

last column new matrix.

Examples of solving equations by using the iteration method in Excel

The calculations in the workbook should be configured as follows:

should be configured.

This can be done on the «Formulas» tab in the «Excel Options». Let’s find the root of the equation х – х3 + 1 = 0 (а = 1, b = 2) by iteration using cyclic references. Formula:

Хn+1 = Xn– F (Xn) / M, n = 0, 1, 2, … .

M is the maximum value of the derivative modulo. We perform the calculations to find M:

f’ (1) = -2 * f’ (2) = -11.

The resulting value is less than 0. Therefore, the function will have the opposite sign: f (х) = -х + х3 – 1. М = 11.

We enter the value in cell A1: a=1. Accuracy is three decimal places. Then we enter the formula to calculate the current value of x in an adjacent cell (B1):

formula to calculate.

We control the value of f(x) in cell C1 using the formula:

POWER.

Download solving equations in Excel

The root of the equation is 1. We enter the value 2 into cell A1. We obtain the same result. There is only a single root in the given interval.

How to Use Solver in Excel

  1. Click Data > Solver. You’ll see the Solver Parameters window below.
  2. Set your cell objective and tell Excel your goal.
  3. Choose the variable cells that Excel can change.
  4. Set constraints on multiple or individual variables.
  5. Once all of this information is in place, hit Solve to get your answer.

Contents

  • 1 Can Excel solve algebraic equations?
  • 2 Can you do math equations in Excel?
  • 3 Can Excel simplify equations?
  • 4 How do you do algebra equations in Excel?
  • 5 How do I do a simple calculation in Excel?
  • 6 Where is the formula on Excel?
  • 7 How do you use PI in Excel?
  • 8 How do you solve an equation using Excel Solver?
  • 9 Can Excel solve a quadratic equation?
  • 10 How do you multiply in an Excel spreadsheet?
  • 11 How do you calculate 20% in Excel?
  • 12 How do I apply a formula to an entire column in Excel?
  • 13 What are the top 10 Excel formulas?
  • 14 What are the shortcuts in Excel?
  • 15 What are the 4 steps to solving an equation?
  • 16 What is the formula for equation?

Can Excel solve algebraic equations?

Excel can be used as a tool to help with algebraic equations; however, the program will not complete the equations on its own.Additionally, it is imperative that all formulas and equations are entered into Excel correctly or you may receive an error message or an incorrect answer to your algebra problem.

Can you do math equations in Excel?

For simple formulas, simply type the equal sign followed by the numeric values that you want to calculate and the math operators that you want to use — the plus sign (+) to add, the minus sign (-) to subtract, the asterisk (*) to multiply, and the forward slash (/) to divide.

Can Excel simplify equations?

Excel’s new LET function allows you to simplify calculations in Excel by declaring variables within a formula. Once you establish such a variable, you can use it repeatedly in the same expression to ease the process of creating complex calculations. In this context, Excel’s new LET function can simplify your formulas.

How do you do algebra equations in Excel?

Use the Equation Editor to insert an equation into any cell in your Excel worksheet.

  1. Click the cell on the Excel worksheet where you wish to insert an equation.
  2. Click the “Insert” tab at the top of the worksheet, select the “Text” group and click “Object.”
  3. Click “Microsoft Equation” in the “Object Type” box.

How do I do a simple calculation in Excel?

How to do calculations in Excel

  1. Type the equal symbol (=) in a cell. This tells Excel that you are entering a formula, not just numbers.
  2. Type the equation you want to calculate. For example, to add up 5 and 7, you type =5+7.
  3. Press the Enter key to complete your calculation. Done!

Where is the formula on Excel?

See a formula
When a formula is entered into a cell, it also appears in the Formula bar. To see a formula, select a cell, and it will appear in the formula bar.

How do you use PI in Excel?

Excel Character Code for Pi
To add the pi symbol to a cell this way, hold down the ALT Key and type 227 on the number pad. Then release the ALT key, and the symbol, or Greek letter, “π” will be inserted in the cell.

How do you solve an equation using Excel Solver?

How to Use Solver in Excel

  1. Click Data > Solver. You’ll see the Solver Parameters window below.
  2. Set your cell objective and tell Excel your goal.
  3. Choose the variable cells that Excel can change.
  4. Set constraints on multiple or individual variables.
  5. Once all of this information is in place, hit Solve to get your answer.

Can Excel solve a quadratic equation?

A quadratic equation can be solved by using the quadratic formula. You can also use Excel’s Goal Seek feature to solve a quadratic equation.We can solve the quadratic equation 3x2 – 12x + 9.5 – 24.5 = 0 by using the quadratic formula.

How do you multiply in an Excel spreadsheet?

How to multiply two numbers in Excel

  1. In a cell, type “=”
  2. Click in the cell that contains the first number you want to multiply.
  3. Type “*”.
  4. Click the second cell you want to multiply.
  5. Press Enter.
  6. Set up a column of numbers you want to multiply, and then put the constant in another cell.

How do you calculate 20% in Excel?

If you want to calculate a percentage of a number in Excel, simply multiply the percentage value by the number that you want the percentage of. For example, if you want to calculate 20% of 500, multiply 20% by 500. – which gives the result 100.

How do I apply a formula to an entire column in Excel?

Simply do the following:

  1. Select the cell with the formula and the adjacent cells you want to fill.
  2. Click Home > Fill, and choose either Down, Right, Up, or Left. Keyboard shortcut: You can also press Ctrl+D to fill the formula down in a column, or Ctrl+R to fill the formula to the right in a row.

What are the top 10 Excel formulas?

Top 10 Excel Formulas Interview Questions & Answers (2021)

  • SUM formula: =SUM (C2,C3,C4,C5)
  • Average Formula: = Average (C2,C3,C4,C5)
  • SumIF formula = SUMIF (A2:A7,“Items wanted”, D2:D7)
  • COUNTIF Formula: COUNTIF(D2:D7, “Function”)
  • Concatenate Function: =CONCATENATE(C4,Text, D4, Text,…)

What are the shortcuts in Excel?

Microsoft Excel keyboard shortcuts

  • Ctrl + N: To create a new workbook.
  • Ctrl + O: To open a saved workbook.
  • Ctrl + S: To save a workbook.
  • Ctrl + A: To select all the contents in a workbook.
  • Ctrl + B: To turn highlighted cells bold.
  • Ctrl + C: To copy cells that are highlighted.
  • Ctrl + D:

What are the 4 steps to solving an equation?

We have 4 ways of solving one-step equations: Adding, Substracting, multiplication and division. If we add the same number to both sides of an equation, both sides will remain equal. If we subtract the same number from both sides of an equation, both sides will remain equal.

What is the formula for equation?

A “formula” is generally a equation of form y=f(a, b, c) given for the purpose of calculating the value of the dependent variable (y in this case) given the values of the independent variables (a, b, and c in this case).

solve equation in excel

Solve Equation in Excel (Table of Contents)

  • Overview of Solve Equation in Excel
  • How to Add the Solver Add-in Tool?
  • Example on How to Solve Equations Using Solver Add-in Tool

Overview of Solve Equation in Excel

Excel help’s us out in many ways by making the task easier & simple. Solver Add-in tool is significant to perform or solve equations in excel. Sometimes we need to perform or carry out reverse calculations, where we need to calculate one or two variables to get the desired end results.

Example: For the profit of the extra 10%, how many units need to be sold or what is the exact marks needed in the last semester of final exams to get the distinction.

This above calculation or equations can be calculated with the help of Solver Add-in, with specific criteria.

Definition of Solve Equation in Excel

It is used to determine the optimal value of the target cell by changing values in cells used to calculate the target cell.

It contains the below-mentioned parameters.

  • Target
  • Variables
  • Constraints
  • Formula to use to calculate

How to Add the Solver Add-in Tool?

Let’s check out how to add the solver add-in tool in excel. Calculation or equations can be calculated with the help of Solver Add-in, with specific criteria.

To add the Solver Add-in tool, the below-mentioned procedure is followed:

  • Click on the File option or an Office Button; then, you need to click on Excel Options.

how to add solver add-in tool 1

  • Now, the Excel Options window dialog box appears; under Add-ins, select Solver Add-in in the inactive application add-ins list and Go.

how to add solver add-in tool 2

  • Add-ins window appears where you can see the list of active add-ins options. Tick the Solver Add-in and click on the “Ok” button.

how to add solver add-in tool 3

Now, you can observe, Solver Add-in got added to the Excel sheet as Solver under the “Data” tab on the extreme right side.

how to add solver add-in tool 4

Example on How to Solve Equations Using Solver Add-in Tool

To calculate Variable Values For % Profit Maximization with the help of the Solver Add-in Tool.

You can download this Solve Equation Excel Template here – Solve Equation Excel Template

solve equation in excel example 1.1

In the above-mentioned table, the monthly sales data of price per unit, containing Cost or stockiest Price per unit & Selling Price per unit to customers. Now, I have April & May month with a percentage profit for each unit, i.e. 13.33% & 15.38% respectively.

Here, B4 & C4 is the percentage profit for the month of April & May 2019, which is calculated with the help of the below-mentioned formula.

Formula to Find out Percentage Profit

((Selling price per unit – Stockist price per unit)/ Stockist price per unit) *100

Variables (B2, B3 & C2, C3): Here, variables are Cost or stockiest Price per unit & Selling Price per unit to customers, which keeps on changing month on month.

Target & Constraints

Now, my target is to take the percentage profit (%) per unit to 20%. So, for that, I need to find out the Cost or stockiest Price per unit & Selling Price per unit to customers needed to achieve a profit of 20%.

  • Target Cell: D4 (Profit %) should give a 20% profit
  • Variable Cells: C2 (Cost or stockiest Price per unit) and C3 (Selling Price per unit to customers)
  • Constraints: D2 should be >= 16,000 and D3 should be <= 20,000

Formula to Find out Percentage Profit

((Selling price per unit – Stockist price per unit)/ Stockist price per unit) *100

i.e. ((D3-D2)/D2) *100

Prior to usage of the solver add-in tool, we need to enter the profit calculator formula ((D3-D2)/D2) *100 in the target cell (D4) to calculate the 20 % profit.

solve equation in excel example 1.2

It is the significant information which is required to solve any sort of equation using Solver Add-in in Excel. Now, select a cell D4, and I need to launch the Solver Add-in by clicking on the Data tab and select a Solver.

solve equation in excel example 1.3

Once solver is selected, Solver parameter window appears, where you need to mention the “Target Cell” as “D4” cell reference in the set objective text box and select a radio button as “Value of”, In the text box of it set the targeted profit as 20 %

solve equation in excel example 1.4

solve equation in excel example 1.5

In the “By changing variable cells”, select the range of D2 (Cost or stockiest Price per unit) and D3 (Selling Price per unit to customers) cell where it is mentioned as $D$2:$D$3 in the text box.

solve equation in excel example 1.6

After the addition of changing variable cell range, we need to add constraints; it is added by clicking on add under the subject to the constraints.

solve equation in excel example 1.7

Now, the first parameter of Constraints is added by inputting the cell reference & constraint value, i.e. Cost price or stockiest Price per unit, which is either more than or equal to 16,000 (>=16000)

solve equation in excel example 1.8

solve equation in excel example 1.9

Now it gets reflected under Subject to the Constraints box, again we need to click on add to add one more constraint, i.e. Selling Price per unit to customers, it is added by inputting the cell reference & constraint value, which is either less than or equal to 20,000 (<=20000)

solve equation in excel example 1.10

SEE example 1.11

Now, we added all the parameters; just we need to click on solve.

SEE example 1.12

It will ask whether you want to keep the solver solution along with original values; you can Select these options based on your requirement; here, in this scenario, I have selected Keep Solver Solution and click on the “Ok” button.

SEE example 1.11

Now, you will observe a change in the value in the cell D2 (Cost or stockiest Price per unit) and D3 (Selling Price per unit to customers) to 16000 and 19200 respectively to get the 20% Profit.

SEE example 1.13

Things to Remember About Solve Equation in Excel

Most of the third party excel add-in program is available, that provides to solve equations & data analysis tools for statistical, financial and engineering data and Other tools & function which are used to solve equations in excel are:

  • What-If Analysis: It is also used to solve equations & data analysis, wherein it allows you to try out different values (scenarios) for formulas to get the desired output.
  • Goal Seek: It is an inbuilt function in excel under What-If Analysis, which helps us solve equations to source cell values until the desired output is achieved.

Recommended Articles

This is a guide to Solve Equation in Excel. Here we discuss how to add the Solver Add-in Tool and how to Solve equations with Solver Add-in Tool in excel. You can also go through our other suggested articles to learn more –

  1. Evaluate Formula in Excel
  2. Excel Solver Tool
  3. VBA Solver
  4. Standard Deviation in Excel

Microsoft Excel is a great Office application from Microsoft and it does not need any introduction. It helps every one of us, in many ways by making our tasks simpler. In this post we will see how to solve Equations in Excel, using Solver Add-in.

Some day, you might have come across the need to carry out reverse calculations. For example, you might need to calculate the values of two variables that satisfy the given two equations. You will try to figure out the values of variables satisfying the equations. Another example would be – the exact marks needed in the last semester to complete your graduation. So, we have the total marks needed to complete the graduation and the sum of all marks of the previous semesters. We use these inputs and perform some mathematical calculations to figure out the exact marks needed in the last semester. This entire process and calculations can be simple and easily made with the help of Excel using Solver Add-in.

Solver Add-in powerful and useful tool of Excel which performs calculations to give the optimal solutions meeting the specified criteria. So, let us see how to use Solver Add-in for Excel. Solver Add-in is not loaded into excel by default and we need to load it as follows,

Open Excel and click on File or Office Button, then click on Excel Options.

Excel Options

Excel Options dialog box opens up and click on Add-ins on the left side. Then, select Solver Add-in from the list and Click on “Go” button.

Solver Add-in

Add-ins dialog box shows list of add-ins. Select the Solver Add-in and click “Ok” button.

Solver added to Excel

Now, Solver Add-in got added to the Excel sheet. Tap on the “Data” tab and on the extreme right, you can see the added Solver Add-in.

Solver in Data Tab

How to use Solver Add-in

We added Solver Add-in to Excel and now we will see how to use it. To understand it better, let us take an example of calculating the profit of a product. See the Excel sheet below with some sample data in it. To find the profit %, we use the formula profit %=(( Selling price-Cost price)/Cost price)*100

solve Equations in Excel using Solver Add-in

We can see that there are three products as Product A, Product B and Product C with Cost Price, Selling Price and Profit (%) of respective products. Now, our target is to take the profit (%) of Product A to 20%. We need to find out the Cost Price and Selling Price values of Product A needed to make the profit as 20%. Here, we also have the constraint that Cost Price should be greater than or equal to 16,000 and Selling Price should be less than or equal top 22,000. So, first we need to list down the below information based on the example we took.

  • Target Cell: B5 (Profit %)
  • Variable Cells for Product A: B3 (Cost Price) and B4 (Selling Price)
  • Constraints: B3 >= 16,000 and B4 <= 22,000
  • Formula used to calculate profit %:  ((Selling price-Cost price)/Cost price)*100
  • Target Value: 20

Place the formula in the target cell (B5) to calculate the profit %.

This is the required information we need to solve any sort of equation using Solver Add-in in Excel.

Now, launch the Solver Add-in by clicking on the Data tab and click on Solver.

STEP 1: Specify the “Target Cell” as B5, “Value of” as the targeted profit % as 20 and specify the cells which need to be changed to meet the required profit %.

In our case, B3 (C.P) and B4 (S.P) need to be specified as $B$3:$B$4 in “By changing variable cells”.

Enter variable cells

STEP 2: Now, it’s time to add constraints. In our case, Cost Price (B3) >=16,000 and Selling Price (B4) <=22,000. Click on the “Add” button and add constraints as follows.

add constraints

STEP 3: Once you entered all the required data, click on the “Solve” button. It asks, whether you want to keep the solver solution along with some options. Select based on your requirement and click on “Ok” button.

Keep solver settings

Now, you will see that the latest Cost Price and Selling Price has been changed to 17, 708 and 21, 250 respectively to get the 20% Profit.

Final Values

This is the way to use Solver Add-in to solve equations in Excel. Explore it and you can get more out of it. Share with us how best you made use of Solver Add-in.

How do you solve an equation using Excel Solver?

To solve an equation using Excel Solver, you can follow the above-mentioned steps. However, to use this add-in, you need to install it first. Following that, you will be able to use and apply it to your Excel spreadsheet.

How do you use Excel Solver add-in?

To use the Solver add-in in Excel, you need to install it first. For that, open the Options panel and go to the Add-ins section. Following that, find the Solver add-in and start the installation process. Once done, you will be able to use his-in by following the aforementioned steps.

Random read: How to open a second instance of an application in Windows PC.

Содержание

  1. Solver in Excel
  2. What is Solver in Excel?
  3. The Functioning of the Excel Solver
  4. How to add “Solver Add-In” in Excel?
  5. The Terminologies of the Solver in Excel
  6. The Types of Solving Methods
  7. How to use the Solver in Excel?
  8. Example #1
  9. Example #2
  10. The Applications of the Solver Excel Model
  11. Frequently Asked Questions
  12. Recommended Articles
  13. Solving equations in Excel using the Cramer and Gauss iterations method
  14. Solving equations by trial and error method in Excel
  15. How to solve the system of equations by using the matrix method in Excel?
  16. Solving the system of equations by the Cramer method in Excel
  17. Solving the systems of equations by using the method of Gauss in Excel
  18. Examples of solving equations by using the iteration method in Excel

Solver in Excel

What is Solver in Excel?

The solver in excel is an analysis tool that helps find solutions to complex business problems requiring crucial decisions to be made. For every problem, the goal (objective), variables, and constraints are identified. The solver returns an optimal solution which sets accurate values of the variables, satisfies all constraints, and meets the goal.

For example, the solver helps create the most appropriate project schedule, minimize an organization’s expenses on transportation of its employees, maximize the profits generated by a given marketing plan, and so on.

The solver can solve the following types of problems:

  • Optimization problems where profits need to be maximized and costs need to be minimized
  • Arithmetic equations
  • Linear and nonlinear problems
Table of contents

The Functioning of the Excel Solver

For solving a problem, the user has to input certain parameters based on which the solver operates. The tasks of the user followed by the functions of the solver are listed as under:

  • Identify the goal (objective) of the problem–This tells the solver what has to be done, thereby lending a direction to the solver.
  • Choose the variables of the problem–This tells the solver the areas it has to work upon. The solver in excel returns the most appropriate values of the variables that meet the goal.
  • Set the constraints of the problem–This tells the solver to work within the limits defined by the constraints. The solver returns a solution that meets the goal and, at the same time, does not go beyond these limitations.

Hence, the entire solution is focused on the goal of the problem. The solver returns the best possible solution for a problem keeping in mind the set of controls.

How to add “Solver Add-In” in Excel?

The “solver add-in” is not enabled by default in Excel. The two ways to activate the “add-in” are stated as follows:

a. With the “add-ins” option of the File menu

a. The steps under “add-ins” option of the File menu are listed as follows:

    Click on the File menu.

Select “options” from the various options listed in the menu.

Click on “add-ins.” Select “solver add-in” and click “go.”

Select the checkbox for “solver add-in” and click “Ok.”

b. The steps under the Developer tab option are listed as follows:

  • In the Developer tab, click on “Excel add-ins” in the “add-ins” group. Select the checkbox “solver add-in” and click “Ok.”

  • Once installed, the “solver” button appears in the “analysis” group of the Data tab.

The Terminologies of the Solver in Excel

The solver model consists of the objective cells, variable cells, constraints, and formulas that interconnect these components. The excel solver finds an optimal solution to the formula mentioned in the objective cell by changing the variable data cells, given the restrictions of the constraint cells.

Let us understand the terminologies used in the “solver parameters” dialog box. This will be helpful when running the solver. The terms are defined as follows:

  • Objective cell: This is a single cell which contains a formula. The formula is decision-based and subject to the restrictions of the constraint cells. The value of the objective cell can be minimized, maximized, or set equal to the specified target value.
  • Decision variable or variable cells: These are the cells in which the solver returns the values based on the objective of the problem. Since these data cells are variable, they can be changed with respect to the objective. In Excel, up to 200 variable cells can be specified.
  • Constraint cells: These are the limitations within which the given problem is solved. In other words, they are the conditions that should be satisfied.

The Types of Solving Methods

The three methods to solve the data in the excel solver are listed as follows:

  1. GRG nonlinear

The acronym “GRG” stands for “generalized reduced gradient nonlinear.” This method helps solve nonlinear problems. A nonlinear problem may have more than one feasible region. Alternatively, it may have a set of similar values for the variable cells with all the constraints being satisfied.

2. Simplex LP

The acronym “LP” stands for linear problems. This method helps solve linear programming problems and works faster than the GRG nonlinear method. In a linear programming problem, a single objective has to be maximized or minimized subject to certain conditions.

The simplex LP and GRG nonlinear method both are used for smooth problems.

3. Evolutionary

This method helps solve non-smooth problems, which consist of discontinuous functions. The non-smooth problems are the most challenging optimization models to solve.

How to use the Solver in Excel?

Let us consider some examples to understand the solver tool of Excel.

Example #1

We want to find the value of X and Y in the following arithmetic equation with the help of the solver tool.

Step 1: Formulate the equation on an Excel sheet, as shown in the following image.

Step 2: Click the “solver” button in the “analysis” group of the Data tab. The “solver parameters” dialog box opens. Enter cell “$D$9” in the objective cell, as shown in the succeeding image. The variable cells are “$C$7:$D$7.”

In the “value of” box, type 56. This is because the right-hand side value of the given equation should be equal to 56.

Step 3: Select GRG nonlinear in the “select a solving method” box. Click “solve.”

Note: The GRG nonlinear is the default solving method.

Step 4: The “solver results” box appears. This box may take some time to display depending on the complexity of the model. Select “keep solver solution” and click “Ok,” as shown in the following image.

Step 5: The results are shown in the following image. The solver has calculated X as 30.5 and Y as 0. The right-hand and left-hand sides both are equal now.

Example #2

The succeeding image provides the details of an organization that manufactures a television set, stereo, and speaker. The raw materials used are chassis, picture tube, speaker cone, power supply, and electronics. The leftover stock of raw materials is given in G10:G14.

We want to maximize the overall profits given the limited availability of the raw materials.

The variable cells, constraint cells, and the objective cell are highlighted.

Step 1: Calculate the “used inventory” in F10:F14. The formula is shown in the following image.

Step 2: Click the “solver” button in the “analysis” group of the Data tab. In the “solver parameters” dialog box, click “add” to the right of the “subject to the constraints” box.

Step 3: The “add constraint” box appears, as shown in the succeeding image. The constraints are defined as follows:

  • The leftover stock of raw materials should be greater than or equal to zero. So, enter “$G$10:$G$14” in the “ cell referenceCell ReferenceCell reference in excel is referring the other cells to a cell to use its values or properties. For instance, if we have data in cell A2 and want to use that in cell A1, use =A2 in cell A1, and this will copy the A2 value in A1.read more ” box. In the box to the right, type the comparison operator “>=.” In the “constraint” box, enter “0.”
  • The quantity of the three products (television set, stereo, and speaker) should be greater than or equal to zero. So, enter “$C$6:$E$6>=0” as done for the preceding point.

After entering every constraint, click the “add” button to add it to the “solver parameters” box. Once all constraints have been entered, click “Ok.”

Step 4: In the “solver parameters” box, enter “$C$18” in the “set objective” box. Select the “max” option. In the “by changing variable cells” box, enter “$C$6:$E$6.” Select the solving method as GRG nonlinear. Click “solve.”

Step 5: The output is shown in the following image. The organization must produce 250 television sets, 50 stereos, and 50 speakers to make a profit of $28,000. The product-wise profits are also displayed in C17:E17.

This is an optimal solution given the constraints. With these numbers, the organization will be able to utilize its resources efficiently.

The Applications of the Solver Excel Model

The major applications of the excel solver are listed as follows:

  • It helps take decisions at the top level of management. For instance, an organization may want to maximize the profits and minimize the costs given the limited resources of inventory and manpower.
  • It helps solve the day-to-day problems of life which can be converted into arithmetic equations. For instance, a housewife may require an optimal monthly budget to be created which can meet the family’s financial needs, given the limitations.

Frequently Asked Questions

The solver can solve optimization problems, arithmetic equations, and linear and nonlinear programming models. It helps minimize or maximize the output based on the associated variables and the given constraints.

The solver tool consists of three components which are stated as follows:

• Objective cell – This contains a formula which is to be solved.
• Variable cells – These cells contain variable data which can be adjusted to attain the objective.
• Constraint cells – These are the conditions to be met by the solution of the problem.

The solver solves the problems with the help of three methods GRG nonlinear, simplex LP, and evolutionary. The first two methods are used for smooth problems, while the last helps solve non-smooth problems.

The objectives of using the solver are listed as follows:

• To find an optimal solution to a problem
• To help minimize or maximize the formula value
• To work on variable data provided the constraints are adhered to
• To perform a comprehensive analysis necessary for making decisions

The “solver parameters” is a dialog box which appears on clicking the “solver” button in the Data tab. It consists of the following components:

• “Set objective” – This is the objective cell categorized into “max,” “min,” and “value of.” The “max” and “min” help maximize or minimize the formula value respectively. The “value of” category helps set the desired target value.
• “By changing variable cells” – This consists of a range of variable data cells that are changed to achieve the goal.
• “Subject to the constraints” – These are the constraints that can be added, modified, and deleted depending on the requirement.
• “Load/save” button – This saves the current model and displays the stored parameters.
• “Select a solving method” – This consists of the method to solve the problem. Any one of the three methods (GRG nonlinear, simplex LP, and evolutionary) can be selected.
• “Solve” button – This is clicked once all the data has been entered in the tool. It takes the user to the “solver results” dialog box.

Note: If the variable cells are non-adjacent, select the range by pressing and holding the “Ctrl” key.

Recommended Articles

This has been a step-by-step guide to the Solver in Excel. Here we discuss how to use Solver in Excel along with examples and downloadable Excel templates. You may also look at these useful functions in Excel –

Источник

Solving equations in Excel using the Cramer and Gauss iterations method

There is an extensive toolkit in Excel for solving different types of equations by different methods. Let’s look at some solutions using examples.

Solving equations by trial and error method in Excel

The tool «Goal Seek» is used in a situation when the result is known but arguments are unknown. Excel picks up the values until the computation yields the desired total.

The path to the command: «DATA» — «Data Tools» — «What-if-Analysis» — «Goal Seek».

Let’s consider, for example, the solution of the quadratic equation x 2 + 3x + 2 = 0. The order of finding the root with Excel:

  1. We enter into the cell B2 a formula for finding the value of the function. We apply a reference to cell B1 as an argument.
  2. Open the menu of the «Goal Seek» tool. In the box «Set cell» is a reference to cell B2 where the formula is located. Enter 0 in the «To value» field. This is the value that you want to get. In the column «By changing cell» is B1. The selected parameter should be displayed here.
  3. After clicking OK, the result of the selection is displayed. If you want to save it click OK again. Otherwise, click «Cancel».

The program uses a cyclic process to find a parameter. You need to enter the Excel parameters to change the number of iterations and the error.

Set the maximum number of iterations and the relative error on the «Formulas» tab. Set a checkmark in the box to enable iterative calculations.

How to solve the system of equations by using the matrix method in Excel?

A system of equations is given:

  1. We enter the values of the elements in Excel cells in the form of a table.
  2. Let us find the inverse matrix. Select the range B6:E9 where the matrix elements will later be placed (we are guided by the number of rows and columns in the original matrix). Open the list of functions (fx). In the category «Math and Trig» we find the MINVERS function. The argument is an array of cells with elements of the original matrix.
  3. Click OK and a value appears in the upper left corner of the range. Consecutively press the F2 button and Ctrl + Shift + Enter.
  4. We multiply the inverse matrix Ax -1x by the matrix B (only in this order of multiplication!). We select the range H1:H4 where the elements of the resulting matrix will subsequently appear (we are guided by the number of rows and columns of the matrix B). Open the dialog box of the MMULT mathematical function. The first range is the inverse matrix. The second one is the matrix B.
  5. Close the window with the arguments of the function by clicking OK. Consistently press the F2 button and the combination Ctrl + Shift + Enter.

The roots of the equations are obtained.

Solving the system of equations by the Cramer method in Excel

We take the system of equations from the previous example:

We calculate the determinants of the matrices obtained by replacing one column in the matrix A by the column matrix B. And it will be solved by using the Cramer method.

Use the MDETERM function to calculate the determinants. The argument is a range with the corresponding matrix.

We also calculate the determinant of the matrix A (the array is the range of the matrix A).

The determinant of the system is greater than 0 and the solution can be found by the Cramer formula (Dx / |A|).

For the calculation of Х1: =K2/$K$1, where K2 is D1. For the calculation of Х2: =K3/$K$1, and etc. We get the roots of the equations:

Solving the systems of equations by using the method of Gauss in Excel

For example, let’s take the simplest system of equations:

3а + 2в – 5с = -1
2а – в – 3с = 13
а + 2в – с = 9

We write the coefficients in the matrix A. And write the constant term in the matrix B.

For clarity, the free terms will be selected by flood filling. You need to swap the lines if in the first cell of the matrix A was 0 so that there will be a value which differs from 0.

  1. We give the 0 to all the coefficients of the matrix A except the first equation. We copy the values in the first row of two matrices to cells B6:E6. In cell B7 we enter the formula: Then select the range B7:E7. Press F2 and press Ctrl + Shift + Enter. We subtracted from the second line the first one which is multiplied by the ratio of the first elements of the second and first equation.
  2. Copy the entered formula on row 7. So we got rid of the coefficients before A. Only the first equation was retained.
  3. We reduce to 0 all the coefficients of B in the third and fourth equations. We copy lines 5 and 6 (only values). Then we transfer them below in lines 9 and 10. These data should remain unchanged. Then we enter the formula of the array in cell A11
  4. A direct run was done by Gauss’s method. In the reverse order, we start running from the last row of the resulting matrix. All the elements of this line must be divided by a factor of C. Enter the array formula in the line:
  5. In line 15: we subtract the third line from the second one, multiplied by the coefficient C from the second line In line 14: from the first line we subtract the second and third one, multiplied by the corresponding coefficients In the last column of the new matrix, we get the roots of the equation.

Examples of solving equations by using the iteration method in Excel

The calculations in the workbook should be configured as follows:

This can be done on the «Formulas» tab in the «Excel Options». Let’s find the root of the equation х – х 3 + 1 = 0 (а = 1, b = 2) by iteration using cyclic references. Formula:

M is the maximum value of the derivative modulo. We perform the calculations to find M:

f’ (1) = -2 * f’ (2) = -11.

The resulting value is less than 0. Therefore, the function will have the opposite sign: f (х) = -х + х 3 – 1. М = 11.

We enter the value in cell A1: a=1. Accuracy is three decimal places. Then we enter the formula to calculate the current value of x in an adjacent cell (B1):

We control the value of f(x) in cell C1 using the formula:

The root of the equation is 1. We enter the value 2 into cell A1. We obtain the same result. There is only a single root in the given interval.

Источник

Понравилась статья? Поделить с друзьями:
  • Using excel to calculate
  • Using excel to analyze data
  • Using excel t test
  • Using excel on a mac
  • Using excel microsoft office interop excel не работает