AIMMS Function Reference - Arithmetic Functions

Size: px
Start display at page:

Download "AIMMS Function Reference - Arithmetic Functions"

Transcription

1 AIMMS Function Reference - Arithmetic Functions This file contains only one chapter of the book. For a free download of the complete book in pdf format, please visit Aimms 3.13

2 Part I Function Reference

3 Arithmetic Functions Aimms supports the following arithmetic functions: Abs ArcCosh ArcCos ArcSin ArcSinh ArcTanh ArcTan Ceil Cos Cosh Cube Degrees Div ErrorF Ep Floor Log Log10 MapVal Ma Min Mod Power Precision Radians Round ScalarValue Sign Sin Sinh Sqr Sqrt Tan Tanh Trunc

4 Val Arithmetic Functions 3

5 Arithmetic Functions 4 Abs Abs(! (input numerical epression A scalar numerical epression. The function Abs returns the absolute value of. The function Abs can be used in constraints of nonlinear mathematical programs. However, nonlinear solvers may eperience convergence problems if the argument assumes values around 0. Arithmetic functions are discussed in full detail in Section of the Language Reference.

6 Arithmetic Functions 5 ArcCos ArcCos(! (input numerical epression A scalar numerical epression in the range[ 1, 1]. The ArcCos function returns the arccosine of in the range 0 toπ radians. A run-time error results if is outside the range[ 1, 1]. The functionarccos can be used in constraints of nonlinear mathematical programs. The functions ArcSin, ArcTan, Cos. Arithmetic functions are discussed in full detail in Section of the Language Reference.

7 Arithmetic Functions 6 ArcCosh ArcCosh(! (input numerical epression A scalar numerical epression in the range[1,. The ArcCosh function returns the inverse hyperbolic cosine of in the range from 0 to. A run-time error results if is outside the range[1, ]. The function ArcCosh can be used in constraints of nonlinear mathematical programs. The functions ArcSinh, ArcTanh, Cosh. Arithmetic functions are discussed in full detail in Section of the Language Reference.

8 Arithmetic Functions 7 ArcSin ArcSin(! (input numerical epression A scalar numerical epression in the range[ 1, 1]. The ArcSin function returns the arcsine of in the range π/2 to π/2 radians. A run-time error results if is outside the range[ 1, 1]. The functionarcsin can be used in constraints of nonlinear mathematical programs. The functions ArcCos, ArcTan, Sin. Arithmetic functions are discussed in full detail in Section of the Language Reference.

9 Arithmetic Functions 8 ArcSinh ArcSinh(! (input numerical epression A scalar numerical epression. The ArcSinh function returns the inverse hyperbolic sine of in the range from to. The function ArcSinh can be used in constraints of nonlinear mathematical programs. The functions ArcCosh, ArcTanh, Sinh. Arithmetic functions are discussed in full detail in Section of the Language Reference.

10 Arithmetic Functions 9 ArcTan ArcTan(! (input numerical epression A scalar numerical epression. The ArcTan function returns the arctangent of in the range π/2 toπ/2 radians. The function ArcTan can be used in constraints of nonlinear mathematical programs. The functions ArcSin, ArcCos, Tan. Arithmetic functions are discussed in full detail in Section of the Language Reference.

11 Arithmetic Functions 10 ArcTanh ArcTanh(! (input numerical epression A scalar numerical epression in the range( 1, 1. The ArcTanh function returns the inverse hyperbolic tangent of. A run-time error results if is outside the range( 1, 1. The function ArcTanh can be used in constraints of nonlinear mathematical programs. The functions ArcCosh, ArcSinh, Tanh. Arithmetic functions are discussed in full detail in Section of the Language Reference.

12 Arithmetic Functions 11 Ceil Ceil(! (input numerical epression A scalar numerical epression. The function Ceil returns the smallest integer value. The function Ceil will round to the nearest integer, if it lies within the equality tolerances equality absolute tolerance and equality relative tolerance. The function Ceil can be used in the constraints of nonlinear mathematical programs. However, nonlinear solvers may eperience convergence problems around integer values. When the numerical epression contains a unit, the function Ceil will first convert the epression to the corresponding base unit, before evaluating the function itself. The functions Floor, Round, Precision, Trunc. Arithmetic functions are discussed in full detail in Section of the Language Reference. Numeric tolerances are discussed in Section of the Language Reference.

13 Arithmetic Functions 12 Cos Cos(! (input numerical epression A scalar numerical epression in radians. The Cos function returns the cosine of in the range 1 to 1. The function Cos can be used in constraints of nonlinear mathematical programs. The functions Sin, Tan, ArcCos. Arithmetic functions are discussed in full detail in Section of the Language Reference.

14 Arithmetic Functions 13 Cosh Cosh(! (input numerical epression A scalar numerical epression. The Cosh function returns the hyperbolic cosine of in the range 1 to. The function Cosh can be used in constraints of nonlinear mathematical programs. The functions Sinh, Tanh, ArcCosh. Arithmetic functions are discussed in full detail in Section of the Language Reference.

15 Arithmetic Functions 14 Cube Cube(! (input numerical epression A scalar numerical epression. The function Cube returns 3. The function Cube can be used in constraints of nonlinear mathematical programs. The functions Power, Sqr, and Sqrt. Arithmetic functions are discussed in full detail in Section of the Language Reference.

16 Arithmetic Functions 15 Degrees Degrees(! (input numerical epression A scalar numerical epression. The function Degrees returns the value of converted from radians to degrees. The function Degrees can be used in constraints of linear and nonlinear mathematical programs. The function Radians. Arithmetic functions are discussed in full detail in Section of the Language Reference.

17 Arithmetic Functions 16 Div Div(,! (input numerical epression y! (input numerical epression y A scalar numerical epression. A scalar numerical epression unequal to 0. The function Div returns divided byy rounded down to an integer. A run-time error results if y equals 0. Arithmetic functions are discussed in full detail in Section of the Language Reference.

18 Arithmetic Functions 17 ErrorF ErrorF(! (input numerical epression A scalar numerical epression. The function ErrorF returns the error function value 1 2π e t2 2 The function ErrorF can be used in constraints of nonlinear mathematical programs. Arithmetic functions are discussed in full detail in Section of the Language Reference. dt.

19 Arithmetic Functions 18 Ep Ep(! (input numerical epression A scalar numerical epression. The function Ep returns the eponential valuee. The function Ep can be used in constraints of nonlinear mathematical programs. The functions Log, Log10. Arithmetic functions are discussed in full detail in Section of the Language Reference.

20 Arithmetic Functions 19 Floor Floor(! (input numerical epression A scalar numerical epression. The function Floor returns the largest integer value. The function Floor will round to the nearest integer, if it lies within the equality tolerances equality absolute tolerance and equality relative tolerance. The function Floor can be used in the constraints of nonlinear mathematical programs. However, nonlinear solvers may eperience convergence problems around integer values. When the numerical epression contains a unit, the function Floor will first convert the epression to the corresponding base unit, before evaluating the function itself. The functions Ceil, Round, Precision, Trunc. Arithmetic functions are discussed in full detail in Section of the Language Reference. Numeric tolerances are discussed in Section of the Language Reference.

21 Arithmetic Functions 20 Log Log(! (input numerical epression A scalar numerical epression in the range(0,. The function Log returns the natural logarithm ln(. A run-time error results if is outside the range(0,. The function Log can be used in constraints of nonlinear mathematical programs. The functions Ep, Log10. Arithmetic functions are discussed in full detail in Section of the Language Reference.

22 Arithmetic Functions 21 Log10 Log10(! (input numerical epression A scalar numerical epression in the range(0,. The function Log10 returns the base-10 logarithm of. A run-time error results if is outside the range(0,. The function Log10 can be used in constraints of nonlinear mathematical programs. The functions Ep, Log. Arithmetic functions are discussed in full detail in Section of the Language Reference.

23 Arithmetic Functions 22 MapVal MapVal(! (input numerical epression A scalar numerical epression. The function MapVal returns the (integer mapping value of any real or special number, according to the following table. Value Description MapVal value number any valid real number 0 UNDF undefined (result of an arithmetic error 4 NA not available 5 INF + 6 -INF 7 ZERO numerically indistinguishable from zero, but has the logical value of one. 8 Special numbers in Aimms and the MapVal function are discussed in full detail in Section of the Language Reference.

24 Arithmetic Functions 23 Ma Ma( 1,! (input numerical epression 2,! (input numerical epression.. 1,2,... Multiple numerical epressions. The function Ma returns the largest number among1,2,.... The function Ma can be used in constraints of nonlinear mathematical programs. However, nonlinear solvers may eperience convergence problems if the first order derivatives of two arguments between which the Ma function switches are discontinous. The function Min. Arithmetic functions are discussed in full detail in Section of the Language Reference.

25 Arithmetic Functions 24 Min Min( 1,! (input numerical epression 2,! (input numerical epression.. 1,2,... Multiple numerical epressions. The function Min returns the smallest number among1,2,.... The function Min can be used in constraints of nonlinear mathematical programs. However, nonlinear solvers may eperience convergence problems if the first order derivatives of two arguments between which the Min function switches are discontinous. The function Ma. Arithmetic functions are discussed in full detail in Section of the Language Reference.

26 Arithmetic Functions 25 Mod Mod(,! (input numerical epression y! (input numerical epression y A scalar numerical epression. A scalar numerical epression unequal to 0. The function Mod returns the remainder of after division by y. For y > 0, the result is an integer in the range 0,...,y 1 if both and y are integers, or in the interval[0,y otherwise. For y < 0, the result is an integer in the rangey 1,...,0 if both andy are integers, or in the interval(y, 0] otherwise. A run-time error results if y equals 0. The function Mod can be used in constraints of mathematical programs. However, nonlinear solver may eperience convergence problems if assumes values around multiples ofy. Arithmetic functions are discussed in full detail in Section of the Language Reference.

27 Arithmetic Functions 26 Power Power(,! (input numerical epression y! (input numerical epression y A scalar numerical epression. A scalar numerical epression. The function Power returnsraised to the powery. The following combination of arguments is allowed: > 0 = 0 andy> 0 < 0 andy integer In all other cases a run-time error will result. The function can be used in constraints of nonlinear mathematical programs. The functions Cube, Sqr, and Sqrt. Arithmetic functions are discussed in full detail in Section of the Language Reference.

28 Arithmetic Functions 27 Precision Precision(,! (input numerical epression y! (input integer epression y A scalar numerical epression. An integer epression. The function Precision returns rounded to y significant digits. The function Precision can be used in constraints of nonlinear mathematical programs. However, nonlinear solvers may eperience convergence problems around the discontinuities of the Precision function. When the numerical epression contains a unit, the function Precision will first convert the epression to the corresponding base unit, before evaluating the function itself. The functions Round, Ceil, Floor, Trunc. Arithmetic functions are discussed in full detail in Section of the Language Reference.

29 Arithmetic Functions 28 Radians Radians(! (input numerical epression A scalar numerical epression. The function Radians returns the value of converted from degrees to radians. The function Radians can be used in constraints of linear and nonlinear mathematical programs. The function Degrees. Arithmetic functions are discussed in full detail in Section of the Language Reference.

30 Arithmetic Functions 29 Round Round(,! (input numerical epression decimals! (optional integer epression A scalar numerical epression. decimals (optional An integer epression. The function Round returns the integer value nearest to. In the presence of the optional argument n the function Round returns the value of rounded to n decimal places left (decimals < 0 or right (decimals > 0 of the decimal point. The function Round can be used in constraints of nonlinear mathematical programs. However, nonlinear solvers may eperience convergence problems around the discontinuities of the Round function. When the numerical epression contains a unit, the function Round will first convert the epression to that unit, before evaluating the function itself. See also the option rounding compatibility in the option category backward compatibility. The functions Precision, Ceil, Floor, Trunc. Arithmetic functions are discussed in full detail in Section of the Language Reference.

31 Arithmetic Functions 30 ScalarValue ScalarValue( identifier,! (input element epression into AllIdentifiers suffi! (optional element epression into AllSuffiNames identifier A scalar element epression into AllIdentifiers suffi A scalar element epression into AllSuffiNames The function ScalarValue returns the value contained in the scalar identifier identifier or scalar reference identifier.suffi. When identifier or identifier.suffi is not a scalar numerical valued reference, the function ScalarValue returns 0.0. The function Val. The ScalarValue function is a function that operates on subsets of AllIdentifiers. Other functions that operate on subsets of AllIdentifiers are referenced in Section 24.4 of the Language Reference.

32 Arithmetic Functions 31 Sign Sign(! (input numerical epression A scalar numerical epression. The function Sign returns+1 if> 0, 1 if< 0 and 0 if= 0. The function Sign can be used in constraints of nonlinear mathematical programs. However, nonlinear solver may eperience convergence problems round 0. The function Abs. Arithmetic functions are discussed in full detail in Section of the Language Reference.

33 Arithmetic Functions 32 Sin Sin(! (input numerical epression A scalar numerical epression in radians. The Sin function returns the sine of in the range 1 to 1. The function Sin can be used in constraints of nonlinear mathematical programs. The functions Cos, Tan, ArcSin. Arithmetic functions are discussed in full detail in Section of the Language Reference.

34 Arithmetic Functions 33 Sinh Sinh(! (input numerical epression A scalar numerical epression. The Sinh function returns the hyperbolic sine of in the range to. The function Sinh can be used in the constraints of nonlinear mathematical programs. The functions Cosh, Tanh, ArcSinh. Arithmetic functions are discussed in full detail in Section of the Language Reference.

35 Arithmetic Functions 34 Sqr Sqr(! (input numerical epression A scalar numerical epression. The function Sqr returns 2. The function Sqr can be used in constraints of nonlinear mathematical programs. The functions Power, Cube, and Sqrt. Arithmetic functions are discussed in full detail in Section of the Language Reference.

36 Arithmetic Functions 35 Sqrt Sqrt(! (input numerical epression A scalar numerical epression in the range[0,. The function Sqrt returns the. A run-time error results if is outside the range[0,. The function Sqrt can be used in the constraints of nonlinear mathematical programs. The functions Power, Cube, and Sqr. Arithmetic functions are discussed in full detail in Section of the Language Reference.

37 Arithmetic Functions 36 Tan Tan(! (input numerical epression A scalar numerical epression in radians. The Tan function returns the tangent of in the range to. The function Tan can be used in constraints of nonlinear mathematical programs. The functions Cos, Sin, ArcTan. Arithmetic functions are discussed in full detail in Section of the Language Reference.

38 Arithmetic Functions 37 Tanh Tanh(! (input numerical epression A scalar numerical epression. The Tanh function returns the hyperbolic tangent of in the range 1 to 1. The function Tanh can be used in constraints of nonlinear mathematical programs. The functions Cosh, Sinh, ArcTanh. Arithmetic functions are discussed in full detail in Section of the Language Reference.

39 Arithmetic Functions 38 Trunc Trunc(! (input numerical epression A scalar numerical epression. The function Trunc returns the truncated value of : Sign( Floor(Abs(. The function Trunc will round to the nearest integer, if it lies within the equality tolerances equality absolute tolerance and equality relative tolerance. The function Trunc can be used in the constraints of nonlinear mathematical programs. However, nonlinear solver may eperience convergence problems around integer argument values. When the numerical epression contains a unit, the function Trunc will first convert the epression to the corresponding base unit, before evaluating the function itself. The functions Ceil, Floor, Round, Precision. Arithmetic functions are discussed in full detail in Section of the Language Reference. Numeric tolerances are discussed in Section of the Language Reference.

40 Arithmetic Functions 39 Val Val( str! (input string or element epression str A scalar string or element epression. The function Val returns the numerical value represented by the string or element str. If str cannot be interpreted as a numerical value, a runtime error may occur, see option suppress error messages of val function. The Val function is discussed in full detail in Section of the Language Reference.

FX 260 Training guide. FX 260 Solar Scientific Calculator Overhead OH 260. Applicable activities

FX 260 Training guide. FX 260 Solar Scientific Calculator Overhead OH 260. Applicable activities Tools Handouts FX 260 Solar Scientific Calculator Overhead OH 260 Applicable activities Key Points/ Overview Basic scientific calculator Solar powered Ability to fix decimal places Backspace key to fix

More information

UNIT 1: ANALYTICAL METHODS FOR ENGINEERS

UNIT 1: ANALYTICAL METHODS FOR ENGINEERS UNIT : ANALYTICAL METHODS FOR ENGINEERS Unit code: A/60/40 QCF Level: 4 Credit value: 5 OUTCOME 3 - CALCULUS TUTORIAL DIFFERENTIATION 3 Be able to analyse and model engineering situations and solve problems

More information

EXCEL FUNCTIONS MOST COMMON

EXCEL FUNCTIONS MOST COMMON EXCEL FUNCTIONS MOST COMMON This is a list of the most common Functions in Excel with a description. To see the syntax and a more in depth description, the function is a link to the Microsoft Excel site.

More information

Find the length of the arc on a circle of radius r intercepted by a central angle θ. Round to two decimal places.

Find the length of the arc on a circle of radius r intercepted by a central angle θ. Round to two decimal places. SECTION.1 Simplify. 1. 7π π. 5π 6 + π Find the measure of the angle in degrees between the hour hand and the minute hand of a clock at the time shown. Measure the angle in the clockwise direction.. 1:0.

More information

Function Name Algebra. Parent Function. Characteristics. Harold s Parent Functions Cheat Sheet 28 December 2015

Function Name Algebra. Parent Function. Characteristics. Harold s Parent Functions Cheat Sheet 28 December 2015 Harold s s Cheat Sheet 8 December 05 Algebra Constant Linear Identity f(x) c f(x) x Range: [c, c] Undefined (asymptote) Restrictions: c is a real number Ay + B 0 g(x) x Restrictions: m 0 General Fms: Ax

More information

Expense Management. Configuration and Use of the Expense Management Module of Xpert.NET

Expense Management. Configuration and Use of the Expense Management Module of Xpert.NET Expense Management Configuration and Use of the Expense Management Module of Xpert.NET Table of Contents 1 Introduction 3 1.1 Purpose of the Document.............................. 3 1.2 Addressees of the

More information

Algebra. Exponents. Absolute Value. Simplify each of the following as much as possible. 2x y x + y y. xxx 3. x x x xx x. 1. Evaluate 5 and 123

Algebra. Exponents. Absolute Value. Simplify each of the following as much as possible. 2x y x + y y. xxx 3. x x x xx x. 1. Evaluate 5 and 123 Algebra Eponents Simplify each of the following as much as possible. 1 4 9 4 y + y y. 1 5. 1 5 4. y + y 4 5 6 5. + 1 4 9 10 1 7 9 0 Absolute Value Evaluate 5 and 1. Eliminate the absolute value bars from

More information

SOME EXCEL FORMULAS AND FUNCTIONS

SOME EXCEL FORMULAS AND FUNCTIONS SOME EXCEL FORMULAS AND FUNCTIONS About calculation operators Operators specify the type of calculation that you want to perform on the elements of a formula. Microsoft Excel includes four different types

More information

PURSUITS IN MATHEMATICS often produce elementary functions as solutions that need to be

PURSUITS IN MATHEMATICS often produce elementary functions as solutions that need to be Fast Approximation of the Tangent, Hyperbolic Tangent, Exponential and Logarithmic Functions 2007 Ron Doerfler http://www.myreckonings.com June 27, 2007 Abstract There are some of us who enjoy using our

More information

MATLAB Basics MATLAB numbers and numeric formats

MATLAB Basics MATLAB numbers and numeric formats MATLAB Basics MATLAB numbers and numeric formats All numerical variables are stored in MATLAB in double precision floating-point form. (In fact it is possible to force some variables to be of other types

More information

Core Maths C2. Revision Notes

Core Maths C2. Revision Notes Core Maths C Revision Notes November 0 Core Maths C Algebra... Polnomials: +,,,.... Factorising... Long division... Remainder theorem... Factor theorem... 4 Choosing a suitable factor... 5 Cubic equations...

More information

POLYMATH VERSION 4.02 USER-FRIENDLY NUMERICAL ANALYSIS PROGRAMS

POLYMATH VERSION 4.02 USER-FRIENDLY NUMERICAL ANALYSIS PROGRAMS POLYMATH VERSION 4.02 USER-FRIENDLY NUMERICAL ANALYSIS PROGRAMS - SIMULTANEOUS DIFFERENTIAL EQUATIONS - SIMULTANEOUS ALGEBRAIC EQUATIONS - SIMULTANEOUS LINEAR EQUATIONS - POLYNOMIAL, MULTIPLE LINEAR AND

More information

The OptQuest Engine Java and.net Developer's Guilde

The OptQuest Engine Java and.net Developer's Guilde The OptQuest Engine Java and.net Developer's Guilde Table Of Contents Introduction to optimization... 1 What is optimization?... 1 How the OptQuest Engine works... 1 Using the documentation... 2 Platforms...

More information

Exercises in Mathematical Analysis I

Exercises in Mathematical Analysis I Università di Tor Vergata Dipartimento di Ingegneria Civile ed Ingegneria Informatica Eercises in Mathematical Analysis I Alberto Berretti, Fabio Ciolli Fundamentals Polynomial inequalities Solve the

More information

Section 5-9 Inverse Trigonometric Functions

Section 5-9 Inverse Trigonometric Functions 46 5 TRIGONOMETRIC FUNCTIONS Section 5-9 Inverse Trigonometric Functions Inverse Sine Function Inverse Cosine Function Inverse Tangent Function Summar Inverse Cotangent, Secant, and Cosecant Functions

More information

AIMMS Function Reference - Data Change Monitor Functions

AIMMS Function Reference - Data Change Monitor Functions AIMMS Function Reference - Data Change Monitor Functions This file contains only one chapter of the book. For a free download of the complete book in pdf format, please visit www.aimms.com Aimms 3.13 Data

More information

Chapter 7 Outline Math 236 Spring 2001

Chapter 7 Outline Math 236 Spring 2001 Chapter 7 Outline Math 236 Spring 2001 Note 1: Be sure to read the Disclaimer on Chapter Outlines! I cannot be responsible for misfortunes that may happen to you if you do not. Note 2: Section 7.9 will

More information

BA II PLUS Calculator

BA II PLUS Calculator BA II PLUS Calculator 1997, 2002 Texas Instruments Incorporated Important Texas Instruments makes no warranty, either expressed or implied, including but not limited to any implied warranties of merchantability

More information

BA II PLUS PROFESSIONAL Calculator

BA II PLUS PROFESSIONAL Calculator BA II PLUS PROFESSIONAL Calculator Important Information Texas Instruments makes no warranty, either express or implied, including but not limited to any implied warranties of merchantability and fitness

More information

Core Maths C3. Revision Notes

Core Maths C3. Revision Notes Core Maths C Revision Notes October 0 Core Maths C Algebraic fractions... Cancelling common factors... Multipling and dividing fractions... Adding and subtracting fractions... Equations... 4 Functions...

More information

Graphing Trigonometric Skills

Graphing Trigonometric Skills Name Period Date Show all work neatly on separate paper. (You may use both sides of your paper.) Problems should be labeled clearly. If I can t find a problem, I ll assume it s not there, so USE THE TEMPLATE

More information

Infor LN CRM User Guide for CRM

Infor LN CRM User Guide for CRM Infor LN CRM User Guide for CRM Copyright 2015 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential and proprietary

More information

Chapter 5 Functions. Introducing Functions

Chapter 5 Functions. Introducing Functions Chapter 5 Functions 1 Introducing Functions A function is a collection of statements that are grouped together to perform an operation Define a function Invoke a funciton return value type method name

More information

ERDAS Spatial Modeler Language Reference Manual

ERDAS Spatial Modeler Language Reference Manual ERDAS Spatial Modeler Language Reference Manual ERDAS IMAGINE V8.5 ERDAS, Inc. Atlanta, Georgia Copyright 2000 by ERDAS, Inc. All Rights Reserved. Printed in the United States of America. ERDAS Proprietary

More information

BA II Plus. Guidebook. Texas Instruments Instructional Communications. Dave Caldwell David Santucci Gary Von Berg

BA II Plus. Guidebook. Texas Instruments Instructional Communications. Dave Caldwell David Santucci Gary Von Berg BA II Plus Guidebook Guidebook developed by: Texas Instruments Instructional Communications With contributions by: Dave Caldwell David Santucci Gary Von Berg 1997 by Texas Instruments Incorporated. Important

More information

Parameters and Expressions

Parameters and Expressions 7 Parameters and Expressions A large optimization model invariably uses many numerical values. As we have explained before, only a concise symbolic description of these values need appear in an AMPL model,

More information

TESTING CENTER SARAS USER MANUAL

TESTING CENTER SARAS USER MANUAL Brigham Young University Idaho TESTING CENTER SARAS USER MANUAL EXCELSOFT 1 P a g e Contents Recent Updates... 4 TYPOGRAPHIC CONVENTIONS... 5 SARAS PROGRAM NAVIGATION... 6 MANAGE REPOSITORY... 6 MANAGE

More information

PRE-CALCULUS GRADE 12

PRE-CALCULUS GRADE 12 PRE-CALCULUS GRADE 12 [C] Communication Trigonometry General Outcome: Develop trigonometric reasoning. A1. Demonstrate an understanding of angles in standard position, expressed in degrees and radians.

More information

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus South Carolina College- and Career-Ready (SCCCR) Pre-Calculus Key Concepts Arithmetic with Polynomials and Rational Expressions PC.AAPR.2 PC.AAPR.3 PC.AAPR.4 PC.AAPR.5 PC.AAPR.6 PC.AAPR.7 Standards Know

More information

(1.) The air speed of an airplane is 380 km/hr at a bearing of. Find the ground speed of the airplane as well as its

(1.) The air speed of an airplane is 380 km/hr at a bearing of. Find the ground speed of the airplane as well as its (1.) The air speed of an airplane is 380 km/hr at a bearing of 78 o. The speed of the wind is 20 km/hr heading due south. Find the ground speed of the airplane as well as its direction. Here is the diagram:

More information

IBM Unica Macros for IBM Unica Marketing Version 8 Release 6 May 25, 2012. User's Guide

IBM Unica Macros for IBM Unica Marketing Version 8 Release 6 May 25, 2012. User's Guide IBM Unica Macros for IBM Unica Marketing Version 8 Release 6 May 25, 2012 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 245. This

More information

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Welcome to Thinkwell s Homeschool Precalculus! We re thrilled that you ve decided to make us part of your homeschool curriculum. This lesson

More information

Display Format To change the exponential display format, press the [MODE] key 3 times.

Display Format To change the exponential display format, press the [MODE] key 3 times. Tools FX 300 MS Calculator Overhead OH 300 MS Handouts Other materials Applicable activities Activities for the Classroom FX-300 Scientific Calculator Quick Reference Guide (inside the calculator cover)

More information

14.1. Basic Concepts of Integration. Introduction. Prerequisites. Learning Outcomes. Learning Style

14.1. Basic Concepts of Integration. Introduction. Prerequisites. Learning Outcomes. Learning Style Basic Concepts of Integration 14.1 Introduction When a function f(x) is known we can differentiate it to obtain its derivative df. The reverse dx process is to obtain the function f(x) from knowledge of

More information

Estimated Pre Calculus Pacing Timeline

Estimated Pre Calculus Pacing Timeline Estimated Pre Calculus Pacing Timeline 2010-2011 School Year The timeframes listed on this calendar are estimates based on a fifty-minute class period. You may need to adjust some of them from time to

More information

1 TRIGONOMETRY. 1.0 Introduction. 1.1 Sum and product formulae. Objectives

1 TRIGONOMETRY. 1.0 Introduction. 1.1 Sum and product formulae. Objectives TRIGONOMETRY Chapter Trigonometry Objectives After studying this chapter you should be able to handle with confidence a wide range of trigonometric identities; be able to express linear combinations of

More information

BA II PLUS Calculator

BA II PLUS Calculator BA II PLUS Calculator Important Information Texas Instruments makes no warranty, either express or implied, including but not limited to any implied warranties of merchantability and fitness for a particular

More information

SCIENTIFIC CALCULATOR OPERATION GUIDE. <V/R Series>

SCIENTIFIC CALCULATOR OPERATION GUIDE. <V/R Series> SCIENTIFIC CALCULATOR OPERATION GUIDE C O N T EN T S HOW TO OPERATE Read Before Using Key layout/reset switch 2 Display pattern 3 Display format 3 Exponent display 4 Angular unit 5 Function

More information

FX 115 MS Training guide. FX 115 MS Calculator. Applicable activities. Quick Reference Guide (inside the calculator cover)

FX 115 MS Training guide. FX 115 MS Calculator. Applicable activities. Quick Reference Guide (inside the calculator cover) Tools FX 115 MS Calculator Handouts Other materials Applicable activities Quick Reference Guide (inside the calculator cover) Key Points/ Overview Advanced scientific calculator Two line display VPAM to

More information

HP 10bII+ Financial Calculator User s Guide

HP 10bII+ Financial Calculator User s Guide HP 10bII+ Financial Calculator User s Guide HP Part Number: NW239-90001 Edition 1, May 2010 i Legal Notice This manual and any examples contained herein are provided as is and are subject to change without

More information

Solutions to Exercises, Section 5.1

Solutions to Exercises, Section 5.1 Instructor s Solutions Manual, Section 5.1 Exercise 1 Solutions to Exercises, Section 5.1 1. Find all numbers t such that ( 1 3,t) is a point on the unit circle. For ( 1 3,t)to be a point on the unit circle

More information

Experiment #1, Analyze Data using Excel, Calculator and Graphs.

Experiment #1, Analyze Data using Excel, Calculator and Graphs. Physics 182 - Fall 2014 - Experiment #1 1 Experiment #1, Analyze Data using Excel, Calculator and Graphs. 1 Purpose (5 Points, Including Title. Points apply to your lab report.) Before we start measuring

More information

5.3 SOLVING TRIGONOMETRIC EQUATIONS. Copyright Cengage Learning. All rights reserved.

5.3 SOLVING TRIGONOMETRIC EQUATIONS. Copyright Cengage Learning. All rights reserved. 5.3 SOLVING TRIGONOMETRIC EQUATIONS Copyright Cengage Learning. All rights reserved. What You Should Learn Use standard algebraic techniques to solve trigonometric equations. Solve trigonometric equations

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

MATLAB LECTURE NOTES. Dr. ADİL YÜCEL. Istanbul Technical University Department of Mechanical Engineering

MATLAB LECTURE NOTES. Dr. ADİL YÜCEL. Istanbul Technical University Department of Mechanical Engineering MATLAB LECTURE NOTES Dr. ADİL YÜCEL Istanbul Technical University Department of Mechanical Engineering MATLAB LECTURE NOTES Student Name Student ID Dr. ADİL YÜCEL Istanbul Technical University Department

More information

RAJALAKSHMI ENGINEERING COLLEGE MA 2161 UNIT I - ORDINARY DIFFERENTIAL EQUATIONS PART A

RAJALAKSHMI ENGINEERING COLLEGE MA 2161 UNIT I - ORDINARY DIFFERENTIAL EQUATIONS PART A RAJALAKSHMI ENGINEERING COLLEGE MA 26 UNIT I - ORDINARY DIFFERENTIAL EQUATIONS. Solve (D 2 + D 2)y = 0. 2. Solve (D 2 + 6D + 9)y = 0. PART A 3. Solve (D 4 + 4)x = 0 where D = d dt 4. Find Particular Integral:

More information

Version 1.0. General Certificate of Education (A-level) January 2012. Mathematics MPC4. (Specification 6360) Pure Core 4. Final.

Version 1.0. General Certificate of Education (A-level) January 2012. Mathematics MPC4. (Specification 6360) Pure Core 4. Final. Version.0 General Certificate of Education (A-level) January 0 Mathematics MPC (Specification 660) Pure Core Final Mark Scheme Mark schemes are prepared by the Principal Eaminer and considered, together

More information

6. ARITHMETIC AND DATE FUNCTIONS

6. ARITHMETIC AND DATE FUNCTIONS Oracle For Beginners Page : 1 6. ARITHMETIC AND DATE FUNCTIONS What is a function? Types of functions Arithmetic functions Dual table Date arithmetic Date functions Summary Exercises What is a function?

More information

SCIENTIFIC CALCULATOR OPERATION GUIDE. <Write View>

SCIENTIFIC CALCULATOR OPERATION GUIDE. <Write View> SCIENTIFIC CALCULATOR OPERATION GUIDE CONTENTS HOW TO OPERATE Read Before Using Key layout 2 Reset switch/ pattern 3 format and decimal setting function 3-4 Exponent display 4 Angular unit

More information

DRAFT. Further mathematics. GCE AS and A level subject content

DRAFT. Further mathematics. GCE AS and A level subject content Further mathematics GCE AS and A level subject content July 2014 s Introduction Purpose Aims and objectives Subject content Structure Background knowledge Overarching themes Use of technology Detailed

More information

With the Tan function, you can calculate the angle of a triangle with one corner of 90 degrees, when the smallest sides of the triangle are given:

With the Tan function, you can calculate the angle of a triangle with one corner of 90 degrees, when the smallest sides of the triangle are given: Page 1 In game development, there are a lot of situations where you need to use the trigonometric functions. The functions are used to calculate an angle of a triangle with one corner of 90 degrees. By

More information

Algebra and Geometry Review (61 topics, no due date)

Algebra and Geometry Review (61 topics, no due date) Course Name: Math 112 Credit Exam LA Tech University Course Code: ALEKS Course: Trigonometry Instructor: Course Dates: Course Content: 159 topics Algebra and Geometry Review (61 topics, no due date) Properties

More information

F = ma. F = G m 1m 2 R 2

F = ma. F = G m 1m 2 R 2 Newton s Laws The ideal models of a particle or point mass constrained to move along the x-axis, or the motion of a projectile or satellite, have been studied from Newton s second law (1) F = ma. In the

More information

Functions and their Graphs

Functions and their Graphs Functions and their Graphs Functions All of the functions you will see in this course will be real-valued functions in a single variable. A function is real-valued if the input and output are real numbers

More information

Differentiation and Integration

Differentiation and Integration This material is a supplement to Appendix G of Stewart. You should read the appendix, except the last section on complex exponentials, before this material. Differentiation and Integration Suppose we have

More information

Lies My Calculator and Computer Told Me

Lies My Calculator and Computer Told Me Lies My Calculator and Computer Told Me 2 LIES MY CALCULATOR AND COMPUTER TOLD ME Lies My Calculator and Computer Told Me See Section.4 for a discussion of graphing calculators and computers with graphing

More information

y 1 x dx ln x y a x dx 3. y e x dx e x 15. y sinh x dx cosh x y cos x dx sin x y csc 2 x dx cot x 7. y sec 2 x dx tan x 9. y sec x tan x dx sec x

y 1 x dx ln x y a x dx 3. y e x dx e x 15. y sinh x dx cosh x y cos x dx sin x y csc 2 x dx cot x 7. y sec 2 x dx tan x 9. y sec x tan x dx sec x Strateg for Integration As we have seen, integration is more challenging than differentiation. In finding the derivative of a function it is obvious which differentiation formula we should appl. But it

More information

CHAPTER 5 Round-off errors

CHAPTER 5 Round-off errors CHAPTER 5 Round-off errors In the two previous chapters we have seen how numbers can be represented in the binary numeral system and how this is the basis for representing numbers in computers. Since any

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 I, II and III (9465, 9470, and 9475)

Mathematics I, II and III (9465, 9470, and 9475) Mathematics I, II and III (9465, 9470, and 9475) General Introduction There are two syllabuses, one for Mathematics I and Mathematics II, the other for Mathematics III. The syllabus for Mathematics I and

More information

Pre-Calculus Semester 1 Course Syllabus

Pre-Calculus Semester 1 Course Syllabus Pre-Calculus Semester 1 Course Syllabus The Plano ISD eschool Mission is to create a borderless classroom based on a positive student-teacher relationship that fosters independent, innovative critical

More information

FACTORING ANGLE EQUATIONS:

FACTORING ANGLE EQUATIONS: FACTORING ANGLE EQUATIONS: For convenience, algebraic names are assigned to the angles comprising the Standard Hip kernel. The names are completely arbitrary, and can vary from kernel to kernel. On the

More information

Std. XII Commerce Mathematics and Statistics I

Std. XII Commerce Mathematics and Statistics I ` Written according to the New Tet book (-4) published by the Maharashtra State Board of Secondary and Higher Secondary Education, Pune. Std. XII Commerce Mathematics and Statistics I Third Edition: April

More information

Trigonometry LESSON ONE - Degrees and Radians Lesson Notes

Trigonometry LESSON ONE - Degrees and Radians Lesson Notes 210 180 = 7 6 Trigonometry Example 1 Define each term or phrase and draw a sample angle. Angle Definitions a) angle in standard position: Draw a standard position angle,. b) positive and negative angles:

More information

Start Accuplacer. Elementary Algebra. Score 76 or higher in elementary algebra? YES

Start Accuplacer. Elementary Algebra. Score 76 or higher in elementary algebra? YES COLLEGE LEVEL MATHEMATICS PRETEST This pretest is designed to give ou the opportunit to practice the tpes of problems that appear on the college-level mathematics placement test An answer ke is provided

More information

Final Exam Review: VBA

Final Exam Review: VBA Engineering Fundamentals ENG1100 - Session 14B Final Exam Review: VBA 1 //coe/dfs/home/engclasses/eng1101/f03/ethics/en1.e05.finalcoursewrapup.sxi Final Programming Exam Topics Flowcharts Assigning Variables

More information

Addition Methods. Methods Jottings Expanded Compact Examples 8 + 7 = 15

Addition Methods. Methods Jottings Expanded Compact Examples 8 + 7 = 15 Addition Methods Methods Jottings Expanded Compact Examples 8 + 7 = 15 48 + 36 = 84 or: Write the numbers in columns. Adding the tens first: 47 + 76 110 13 123 Adding the units first: 47 + 76 13 110 123

More information

fx-83gt PLUS fx-85gt PLUS User s Guide

fx-83gt PLUS fx-85gt PLUS User s Guide E fx-83gt PLUS fx-85gt PLUS User s Guide CASIO Worldwide Education Website http://edu.casio.com CASIO EDUCATIONAL FORUM http://edu.casio.com/forum/ Contents Important Information... 2 Sample Operations...

More information

AIMMS Function Reference - Set Functions

AIMMS Function Reference - Set Functions AIMMS Function Reference - Set Functions This file contains only one chapter of the book. For a free download of the complete book in pdf format, please visit www.aimms.com Aimms 3.13 Set Related Functions

More information

Trigonometry for AC circuits

Trigonometry for AC circuits Trigonometry for AC circuits This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

AP Calculus AB 2004 Scoring Guidelines

AP Calculus AB 2004 Scoring Guidelines AP Calculus AB 4 Scoring Guidelines The materials included in these files are intended for noncommercial use by AP teachers for course and eam preparation; permission for any other use must be sought from

More information

Direct Connection to IT Systems. Direct Connection to IT Systems

Direct Connection to IT Systems. Direct Connection to IT Systems Mitsubishi FA Integrated Solution e-f@ctory FA-IT Information Interface Product A solution for advanced factories of the future Direct Connection to IT Systems The linkage between the

More information

2009 Chicago Area All-Star Math Team Tryouts Solutions

2009 Chicago Area All-Star Math Team Tryouts Solutions 1. 2009 Chicago Area All-Star Math Team Tryouts Solutions If a car sells for q 1000 and the salesman earns q% = q/100, he earns 10q 2. He earns an additional 100 per car, and he sells p cars, so his total

More information

Precalculus REVERSE CORRELATION. Content Expectations for. Precalculus. Michigan CONTENT EXPECTATIONS FOR PRECALCULUS CHAPTER/LESSON TITLES

Precalculus REVERSE CORRELATION. Content Expectations for. Precalculus. Michigan CONTENT EXPECTATIONS FOR PRECALCULUS CHAPTER/LESSON TITLES Content Expectations for Precalculus Michigan Precalculus 2011 REVERSE CORRELATION CHAPTER/LESSON TITLES Chapter 0 Preparing for Precalculus 0-1 Sets There are no state-mandated Precalculus 0-2 Operations

More information

MEMORANDUM. All students taking the CLC Math Placement Exam PLACEMENT INTO CALCULUS AND ANALYTIC GEOMETRY I, MTH 145:

MEMORANDUM. All students taking the CLC Math Placement Exam PLACEMENT INTO CALCULUS AND ANALYTIC GEOMETRY I, MTH 145: MEMORANDUM To: All students taking the CLC Math Placement Eam From: CLC Mathematics Department Subject: What to epect on the Placement Eam Date: April 0 Placement into MTH 45 Solutions This memo is an

More information

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has The line L through the points A and B is parallel to the vector AB = 3, 2, and has parametric equations x = 3t + 2, y = 2t +, z = t Therefore, the intersection point of the line with the plane should satisfy:

More information

Common Math Errors Written by Paul Dawkins

Common Math Errors Written by Paul Dawkins Common Math Errors Written by Paul Dawkins Originally the intended audience for this was my Calculus I students as pretty much every error listed here shows up in that class with alarming frequency. After

More information

Calculus. Contents. Paul Sutcliffe. Office: CM212a.

Calculus. Contents. Paul Sutcliffe. Office: CM212a. Calculus Paul Sutcliffe Office: CM212a. www.maths.dur.ac.uk/~dma0pms/calc/calc.html Books One and several variables calculus, Salas, Hille & Etgen. Calculus, Spivak. Mathematical methods in the physical

More information

ALGEBRA 2/TRIGONOMETRY

ALGEBRA 2/TRIGONOMETRY ALGEBRA /TRIGONOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA /TRIGONOMETRY Thursday, January 9, 015 9:15 a.m to 1:15 p.m., only Student Name: School Name: The possession

More information

8-3 Dot Products and Vector Projections

8-3 Dot Products and Vector Projections 8-3 Dot Products and Vector Projections Find the dot product of u and v Then determine if u and v are orthogonal 1u =, u and v are not orthogonal 2u = 3u =, u and v are not orthogonal 6u = 11i + 7j; v

More information

2312 test 2 Fall 2010 Form B

2312 test 2 Fall 2010 Form B 2312 test 2 Fall 2010 Form B 1. Write the slope-intercept form of the equation of the line through the given point perpendicular to the given lin point: ( 7, 8) line: 9x 45y = 9 2. Evaluate the function

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

Friday, January 29, 2016 9:15 a.m. to 12:15 p.m., only

Friday, January 29, 2016 9:15 a.m. to 12:15 p.m., only ALGEBRA /TRIGONOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION ALGEBRA /TRIGONOMETRY Friday, January 9, 016 9:15 a.m. to 1:15 p.m., only Student Name: School Name: The possession

More information

Elementary Functions and Calculators

Elementary Functions and Calculators The mathematical content of these pages is not original Despite being accessible in journal articles for several years, however, it seems not to be well known Teachers of trigonometry and calculus thus

More information

MBA Jump Start Program

MBA Jump Start Program MBA Jump Start Program Module 2: Mathematics Thomas Gilbert Mathematics Module Online Appendix: Basic Mathematical Concepts 2 1 The Number Spectrum Generally we depict numbers increasing from left to right

More information

Background Information on Exponentials and Logarithms

Background Information on Exponentials and Logarithms Background Information on Eponentials and Logarithms Since the treatment of the decay of radioactive nuclei is inetricably linked to the mathematics of eponentials and logarithms, it is important that

More information

LESSON EIII.E EXPONENTS AND LOGARITHMS

LESSON EIII.E EXPONENTS AND LOGARITHMS LESSON EIII.E EXPONENTS AND LOGARITHMS LESSON EIII.E EXPONENTS AND LOGARITHMS OVERVIEW Here s what ou ll learn in this lesson: Eponential Functions a. Graphing eponential functions b. Applications of eponential

More information

The Mathematics Diagnostic Test

The Mathematics Diagnostic Test The Mathematics iagnostic Test Mock Test and Further Information 010 In welcome week, students will be asked to sit a short test in order to determine the appropriate lecture course, tutorial group, whether

More information

Graphing Calculator Scientific Calculator Version 2.0

Graphing Calculator Scientific Calculator Version 2.0 Graphing Calculator Scientific Calculator Version 2.0 2006-1012 Infinity Softworks, Inc. www.infinitysw.com/ets August 7, 2012 1! Table of Contents Table of Contents 1 Overview! 3 2 Navigation! 4 3 Using

More information

Higher Education Math Placement

Higher Education Math Placement Higher Education Math Placement Placement Assessment Problem Types 1. Whole Numbers, Fractions, and Decimals 1.1 Operations with Whole Numbers Addition with carry Subtraction with borrowing Multiplication

More information

X On record with the USOE.

X On record with the USOE. Textbook Alignment to the Utah Core Algebra 2 Name of Company and Individual Conducting Alignment: Chris McHugh, McHugh Inc. A Credential Sheet has been completed on the above company/evaluator and is

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

MPE Review Section III: Logarithmic & Exponential Functions

MPE Review Section III: Logarithmic & Exponential Functions MPE Review Section III: Logarithmic & Eponential Functions FUNCTIONS AND GRAPHS To specify a function y f (, one must give a collection of numbers D, called the domain of the function, and a procedure

More information

Geometry Notes RIGHT TRIANGLE TRIGONOMETRY

Geometry Notes RIGHT TRIANGLE TRIGONOMETRY Right Triangle Trigonometry Page 1 of 15 RIGHT TRIANGLE TRIGONOMETRY Objectives: After completing this section, you should be able to do the following: Calculate the lengths of sides and angles of a right

More information

The Exponential Form of a Complex Number

The Exponential Form of a Complex Number The Exponential Form of a Complex Number 10.3 Introduction In this block we introduce a third way of expressing a complex number: the exponential form. We shall discover, through the use of the complex

More information

INTRODUCTORY SET THEORY

INTRODUCTORY SET THEORY M.Sc. program in mathematics INTRODUCTORY SET THEORY Katalin Károlyi Department of Applied Analysis, Eötvös Loránd University H-1088 Budapest, Múzeum krt. 6-8. CONTENTS 1. SETS Set, equal sets, subset,

More information

Simple C++ Programs. Engineering Problem Solving with C++, Etter/Ingber. Dev-C++ Dev-C++ Windows Friendly Exit. The C++ Programming Language

Simple C++ Programs. Engineering Problem Solving with C++, Etter/Ingber. Dev-C++ Dev-C++ Windows Friendly Exit. The C++ Programming Language Simple C++ Programs Engineering Problem Solving with C++, Etter/Ingber Chapter 2 Simple C++ Programs Program Structure Constants and Variables C++ Operators Standard Input and Output Basic Functions from

More information

SOLVING TRIGONOMETRIC EQUATIONS

SOLVING TRIGONOMETRIC EQUATIONS Mathematics Revision Guides Solving Trigonometric Equations Page 1 of 17 M.K. HOME TUITION Mathematics Revision Guides Level: AS / A Level AQA : C2 Edexcel: C2 OCR: C2 OCR MEI: C2 SOLVING TRIGONOMETRIC

More information

(15.) To find the distance from point A to point B across. a river, a base line AC is extablished. AC is 495 meters

(15.) To find the distance from point A to point B across. a river, a base line AC is extablished. AC is 495 meters (15.) To find the distance from point A to point B across a river, a base line AC is extablished. AC is 495 meters long. Angles

More information