...362 Chapter 9. Root Finding and Nonlinear Sets of Equations } a=b; fa=fb; if (fabs(d) > tol1) b += d; else b += SIGN(tol1,xm); fb=(*func)(b); Move last best guess to a. Evaluate new trial root. Sample page from NUMERICAL RECIPES IN C: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43108-5) Copyright (C) 1988-1992 by Cambridge University Press. Programs Copyright (C) 1988-1992 by Numerical Recipes Software. Permission is granted for internet users to make one paper copy for their own personal use. Further reproduction, or any copying of machinereadable files (including this one) to any server computer, is strictly prohibited. To order Numerical Recipes books or CDROMs, visit website http://www.nr.com or call 1-800-872-7423 (North America only), or send email to directcustserv@cambridge.org (outside North America). } nrerror("Maximum number of iterations exceeded in zbrent"); return 0.0; Never get here. } CITED REFERENCES AND FURTHER READING: Brent, R.P. 1973, Algorithms for Minimization without Derivatives (Englewood Cliffs, NJ: PrenticeHall), Chapters 3, 4. [1] Forsythe, G.E., Malcolm, M.A., and Moler, C.B. 1977, Computer Methods for Mathematical Computations (Englewood Cliffs, NJ: Prentice-Hall), §7.2. 9.4 Newton-Raphson Method Using Derivative Perhaps the most celebrated of all one-dimensional root-finding routines is Newton’s method, also called the Newton-Raphson method. This method is distinguished from the methods of previous sections by the fact that...
Words: 3328 - Pages: 14
...treats some other special forms]. Forsythe, G.E., and Moler, C.B. 1967, Computer Solution of Linear Algebraic Systems (Englewood Cliffs, NJ: Prentice-Hall), §19. [1] Westlake, J.R. 1968, A Handbook of Numerical Matrix Inversion and Solution of Linear Equations (New York: Wiley). [2] von Mises, R. 1964, Mathematical Theory of Probability and Statistics (New York: Academic Press), pp. 394ff. [3] Levinson, N., Appendix B of N. Wiener, 1949, Extrapolation, Interpolation and Smoothing of Stationary Time Series (New York: Wiley). [4] Robinson, E.A., and Treitel, S. 1980, Geophysical Signal Analysis (Englewood Cliffs, NJ: PrenticeHall), pp. 163ff. [5] Bunch, J.R. 1985, SIAM Journal on Scientific and Statistical Computing, vol. 6, pp. 349–364. [6] de Hoog, F. 1987, Linear Algebra and Its Applications, vol. 88/89, pp. 123–138. [7] Sample page from NUMERICAL RECIPES IN FORTRAN 77: THE ART OF SCIENTIFIC COMPUTING (ISBN 0-521-43064-X) Copyright (C) 1986-1992 by Cambridge University Press. Programs Copyright (C) 1986-1992 by Numerical Recipes Software. Permission is granted for internet users to make one paper copy for their own personal use. Further reproduction, or any copying of machinereadable files (including this one) to any server computer, is strictly prohibited. To order Numerical Recipes books or CDROMs, visit website http://www.nr.com or call 1-800-872-7423 (North America only), or send email to directcustserv@cambridge.org (outside North America). 2.9 Cholesky Decomposition If...
Words: 1638 - Pages: 7
...SEMESTER 2014 MANAGERIAL ECONOMICS – BMME5103 ASSIGNMENT (60%) Name: NGUYỄN THỊ MINH HIỀN Class: MBAOUM0514-K14A Question 1 a. What is (are) the main difference(s) between a monopolistically competitive market and a monopoly market? Their characteristics are different: |Monopolistically competitive market |Monopoly market | |Large number of small firms: |A single firm selling all output in a market: | |It is relatively small compared to the overall size of the market. |It is a market controlled by a single seller. | |All firms are relatively competitive with very little market control |Monopoly becomes a price maker, rather than a price taker. | |over price or quantity. | | |Similar but not identical products sold by the firms |A unique product | |Each firm in this market sells similar product and the product is | | |different from others. |To be the only seller of a product, there are no close substitutes. | |Product differentiation is responsible for giving each...
Words: 2901 - Pages: 12
...THE IMPACT OF OVERPOPULATED BACHELOR OF SCIENCE IN HOTEL AND RESTAURANT MANAGEMENT GRADUATES TO ENTER FILIPINO HOTELIER’S WORLDWIDE INDUSTRY In Partial Fulfillment for the degree of Bachelor of Science in Hotel and Restaurant Management Rostum B. Ercia Vryan Carlos D. Pombo Aaron Finn C. San Diego S.Y. 2015-2016 CHAPTER 1 THE PROBLEM AND ITS BACKGROUND INTRODUCTION History of Hospitality 1800’s: Savoy Hotel opened with Cesar Ritz as the General Manager Delmonico’s Steak House opens in NYC Travel boomed after WWII Cross continental travel / Trans-Atlantic flights Eisenhower Interstate System 1960’s and Beyond: Mass tourism, package travel, growth in chain restaurants and hotels. Defined as the friendly reception and treatment of guests or strangers; the quality of receiving and treating guests and strangers in a warm, friendly way Derived from the French word Hospice: to provide for the weary; to take care of those travelling Many cultures embrace hospitality India: “The guest is God” principal South Central Asia. Many Facets of the Hospitality Industry Lodging Industry Cruising Industry Restaurant Industry Tourism Recreation and Attractions Clubs Gaming and Entertainment Meetings, Conventions, Events and Expositions. As PWU envisioned “a university that develops individuals through excellence in teaching, dynamic and relevant research, and responsive service supported by evolving technology for global...
Words: 1993 - Pages: 8
...APPLE VILLACENTINO RODELYN COLOMA LEO MARK ULEP Researchers DR. EVA MACUGAY Research Adviser ABSTRACT Title: THE UTILIZATION OF TIYESA (Pouteria lucuma) AS MAIN INGREDIENT IN PANCAKES Researchers: PRECIOUS BALGUNA, JEROME PIO,CHRISTOPHER TAMBOGON, JEAIA ARIGUIN, APPLE VILLACENTINO, RODELYN COLOMA, LEO MARK ULEP Research Adviser: Dr. Eva Macugay University: Mariano Marcos State University - College Of Teacher Education Brgy. 5, Castro Avenue, Laoag City This study was designed to determine the feasibility of tiyesa (Pouteria lucuma) fruit as pancake ingredient. The data on the organoleptic tests like appearance, texture and taste were used. The acceptability test used 5 Points Hedonic scale with corresponding numerical score (Highly acceptable, very acceptable, acceptable, not so acceptable, not acceptable). Thirty (30) respondents were randomly selected at Brgy.10, San Jose and Brgy. 9, Sta. Angela, Laoag City. Results were statistically treated using mean average scores. The formulation made of 25% tiyesa (Pouteria lucuma) + 75% flour was recommended for making pancakes. The product was rated the most preferred in terms of taste, appearance and acceptability. It was recommended that further improvement of appearance, texture and taste should be done to make the product better. The researchers also recommend the search for other ingredients that can be added to the product to improve its taste. Table of Contents Page Title Page 1 ...
Words: 2975 - Pages: 12
...Introduction to Programming with Python 1 Outline Introduction to Python Operators & Expressions Data Types & Type Conversion Variables: Names for data Functions Program Flow (Branching) Input from the user Iteration (Looping) 2 What is Python Python is both an interpreted, general purpose, open source, cross-platform, high level programming language. Python uses an interpreter. This is a software program that convert Python code to machine language. It is easy to jump in and experiment with Python in an interactive fashion. Compiling and interpreting Many languages require you to compile (translate) your program into a form that the machine understands. compile source code Hello.java execute byte code Hello.class output Python is instead directly interpreted into machine instructions. interpret source code Hello.py output 4 Programming basics code or source code: instructions in a program. The sequence of syntax: The set of legal structures and commands that can be used in a particular programming language. output: The messages printed to the user by a program. console: The text box onto which output is printed. 5 The Basic Pattern Most of our programs will use the basic pattern of: Get some user input Perform some algorithm on the input Provide results as output Identifiers in Python ...
Words: 3768 - Pages: 16
...Unit 1 Research Assignment 1: Exploring Programming Languages Computers don't do anything without someone telling them what to do, much like the average teenager. To make the computer do something useful, you must give it instructions in either of the following two ways: * Write a program that tells a computer what to do, step by step, much as you write out a recipe. * Buy a program that someone else has already written that tells the computer what to do. Ultimately, to get a computer to do something useful, you (or somebody else) must write a program. A program does nothing more than tell the computer how to accept some type of input, manipulate that input, and spit it back out again in some form that humans find useful. Table 1 lists some common types of programs, the types of input that they accept, and the output that they produce. Essentially, a program tells the computer how to solve a specific problem. Because the world is full of problems, the number and variety of programs that people can write for computers is practically endless. But to tell a computer how to solve one big problem, you usually must tell the computer how to solve a bunch of little problems that make up the bigger problem. If you want to make your own video game, for example, you need to solve some of the following problems: * Determine how far to move a cartoon figure (such as a car, a spaceship, or a man) on-screen as the user moves a joystick. * Detect whether the cartoon figure...
Words: 3836 - Pages: 16
...Arduino Cookbook Arduino Cookbook Michael Margolis Beijing • Cambridge • Farnham • Köln • Sebastopol • Tokyo Arduino Cookbook by Michael Margolis Copyright © 2011 Michael Margolis and Nicholas Weldin. All rights reserved. Printed in the United States of America. Published by O’Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472. O’Reilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (http://my.safaribooksonline.com). For more information, contact our corporate/institutional sales department: (800) 998-9938 or corporate@oreilly.com. Editors: Simon St. Laurent and Brian Jepson Production Editor: Teresa Elsey Copyeditor: Audrey Doyle Proofreader: Teresa Elsey Indexer: Lucie Haskins Cover Designer: Karen Montgomery Interior Designer: David Futato Illustrator: Robert Romano Printing History: March 2011: First Edition. Nutshell Handbook, the Nutshell Handbook logo, and the O’Reilly logo are registered trademarks of O’Reilly Media, Inc. Arduino Cookbook, the image of a toy rabbit, and related trade dress are trademarks of O’Reilly Media, Inc. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and O’Reilly Media, Inc., was aware of a trademark claim, the designations have been printed in caps or initial caps. While every precaution...
Words: 90321 - Pages: 362
...Seminar Summer Term 2012 Practical Financial Engineering ASIAN OPTIONS By Ahmed Mahmoud Harris Rahim Hudson Joel A Seminar Thesis Submitted to the Faculty of Finance and Economics, University of Ulm in Partial Fulfillment of the Requirement for a Masters Degree in Finance Master of Science University of Ulm Ulm, Germany 5th July 2012 DECLARATION We hereby confirm that the seminar thesis is our own work and that we have used only the stated literature and other means. Ahmed Mahmoud _______________ Harris Rahim _______________ Hudson Joel Division of the Seminar Thesis Division of the seminar thesis is done as follows: Ahmed Mahmoud has done chapter 1 and 2, Harris Rahim has done chapter 3, Hudson Joel has done chapter 4. Content Chapter 1- Introduction 5 1.1 The payoff 6 Chapter 2: Partial Differential Equations 8 2.1 The Black Scholes Model 8 2.2 Reduction to a One-Dimensional Equation 9 Chapter 3- A valuation model for an Average Value (AV) option 11 Chapter 4- Program 15 4.1 Geometric average price call 15 4.2 Geometric average price put 17 References 20 Chapter 1- Introduction Asian option is one type of options where the payoff is determined by the average underlying stock price over a period of time. This differs from the usual European and American options where the payoff depends on the price of the underlying instrument at exercise. Therefore, the Asian options are one of the forms...
Words: 3645 - Pages: 15
...RESTAURANT PRACTICUM REPORT On THE MAX’S RESTAURANT Robinson Place Imus Cavite TRAINING PERIOD: November 11, 2014 to February 6, 2015 In Partial Fulfillment of the Requirements for the Course Restaurant Practicum For a Degree in Associate in Hotel and Restaurant Management College of International Hospitality Management University of Perpetual Help System - DALTA Alabang – Zapote Road, Pamplona 3, Las Piñas City SUBMITTED TO: Mr. Wendell B. Aguirre Professor SUBMITTED BY : Mr. Ralf Laurence R. Osis #10 Mambog 1, Bacoor Cavite (046) 418-0539 SUBMITTED ON: February, 2015 TABLE OF CONTENTS Title Page ……………………………………………………………… i Table of Contents ……………………………………………………………… ii Acknowledgment ……………………………………………………………… iii List of Tables ……………………………………………………………… iv List of Figures ……………………………………………………………… v List of Exhibits ……………………………………………………………… vi Page CHAPTER I: Introduction Institutional Background 5-6 General Location 7 Vision, Mission and Goals 8 Institutional Philosophy 8 Organizational Chart 9 Facilities and Layout 10 Outstanding Characteristics 10 CHAPTER II: Discussion of Findings, Analysis and Recommendation A. Dining Area Organizational Chart 12 Job Description 13 Job Specification 14-15 Facilities, Layout, Design and Equipment...
Words: 2666 - Pages: 11
... 4 a. Characteristic Polynomial 7-8 b. Algebraic Multiplicities 8-9 4. Calculation 9 a. Computing Eigenvalues 9 b. Computing Eigen Vectors 10 5. Applications 10 a. Geology and Glaciology 10-11 b. Vibration Analysis 11-12 c. Tensor of Moment of Inertia 12 d. Stress Tensor 12 e. Basic Reproduction Number. 12 6. Conclusion 13 7. References 13 3 Abstract In abstract linear algebra, these concepts are naturally extended to more general situations,...
Words: 4837 - Pages: 20
...CHAPTER ONE 1.1 INTRODUCTION A casual look at the published empirical work in business and econometric will reveal that many economic relationships are of single –equation type. In such models, one variable (the dependent variable Y) is expressed as a linear function of one or more other variables (the explanatory variables, the X’s). An implicit assumption is that the cause and effect relationship, if any , between Y and X’s is unidirectional. The explanatory variables are the cause and the dependent variable is the effect . However, there are situations where there is a two- way or simultaneous relationships between Y and some of the X’s which makes the distinction between the dependent and the explanatory variables of dubious value. It is better to lump together a set of variables that can be determined simultaneously by the remaining set of variables- precisely what is done in simultaneous equation models. In such models, there is more than one equation - one for each of the mutually or jointly dependent or endogenous variables. And unlike the single equation models, in the simultaneous equation models, one may estimate the parameters of a single equation without taking into account information provided by the other equation in the system. In a simultaneous equation system, variables that appear only on the right – hand side of the equation are called exogenous or predetermined variables. They are truly independent or non-stochastic because they remain fixed. Variables...
Words: 10671 - Pages: 43
...Producer also can understand consumer habits and their acceptance criteria. Food texture can be analysing by touch, taste and smell. Principles of texture analyzer are physically deforming the sample in controlled manner and measure its response. Characteristic force responses show the sample mechanical properties which is correlate to the sensory attributes of consumer. It also performs the procedure automatically and result showed at the screen or digital numerical display. During the movement, the created forced are manipulated to recreate consumer interaction, such an example, it enables the direct measurement and producer will be able to predict the sample preference and...
Words: 2195 - Pages: 9
...COURSE SYLLABUS AP STATISTICS Course Description: The purpose of this course is to introduce students to the major concepts and tools for collecting, analyzing, and drawing conclusions from data. Students are exposed to four broad conceptual themes: • Exploring Data: Describing patterns and departures from patterns • Sampling and Experimentation: Planning and conducting a study • Anticipating Patterns: Exploring random phenomena using probability and simulation • Statistical Inference: Estimating population parameters and testing hypotheses Students who successfully complete the course and examination may receive credit and/or advanced placement for a one-semester introductory college statistics course. Textbook: The Practice of Statistics, 3rd ed. (2008) by Yates, Moore and Starnes (Freeman Publishers) Calculator needed: TI-83 Graphing Calculator (Rentals Available) TI-83+, TI-84, TI-84+ are acceptable calculators as well Note: Any other calculator may/may not have statistical capabilities, and the instructor shall assist whenever possible, but in these instances, the student shall have sole responsibility for the calculator’s use and application in this course. AP STATISTICS Textbook: The Practice of Statistics, 3rd edition by Yates, Moore and Starnes Preliminary Chapter – What Is Statistics? (2 Days) A. Where Do Data Come From? 1. Explain why we should not draw conclusions based on personal experiences. 2....
Words: 7401 - Pages: 30
...CHAPTER ONE BACKGROUND 1.0 Introduction This chapter provides a brief background of the Zambia National Union of Teachers (ZNUT) and the genesis of teachers’ education on the effectiveness of grievance handling procedure in ZNUT. It begins by looking at the history of the Zambia National Union of Teachers and later it discusses the beginnings of teachers’ education of grievance handling procedure in the teacher union. Other items covered are the statement of the problem, the purpose of the study and the significance of the study. Lastly, the chapter further covers limitations of the study, delimitation of the study, operational definitions of terms and finally the organisation of the study. 1.1 Brief Background of Zambia National Union of Teachers (ZNUT). ZNUT was formed in 1950 when it was then called Northern Rhodesia African Teachers Association (NORATA). There is dearth of information on workers’ education training programmes for teachers during the period of (NORATA). In 1962, the name then changed to Northern Rhodesia Africa Teachers Union (NORATU). Similarly, there is dearth of information regarding workers’ education during the period of (NORATU). In 1964 again the name changed to Zambia National Union of Teachers (ZNUT) and the recognition agreement was signed between ZNUT and the Ministry of Education (ZNUT 2006). ZNUT is affiliated to the largest Teachers’ and Educational Personnel Union in the world. In 1995, as an affiliate to the Educational Personnel Union...
Words: 2827 - Pages: 12