Skip to content

New PDF release: Engineering Analysis: Interactive Methods and Programs with

By Yen-Ching Pao

ISBN-10: 084932016X

ISBN-13: 9780849320163

This ebook presents a concise advent to numerical techniques in engineering research, utilizing FORTRAN, QuickBASIC, MATLAB, and Mathematica to demonstrate the examples. Discussions include:omatrix algebra and analysisosolution of matrix equationsomethods of curve fitomethods for locating the roots of polynomials and transcendental equationsofinite modifications and techniques for interpolation and numerical differentiationonumerical computation of unmarried and double integralsonumerical answer of normal differential equationsEngineering Analysis:oteaches readers to turn into educated in FORTRAN or QuickBASIC programming to resolve engineering problemsoprovides an creation to MATLAB and Mathematica, permitting readers to write down supplementary m-files for MATLAB and toolkits for Mathematica utilizing C-like commandsThe ebook emphasizes interactive operation in constructing computing device courses all through, permitting the values of the parameters inquisitive about the matter to be entered by way of the person of this system through a keyboard.In introducing every one numerical strategy, Engineering research offers minimal mathematical derivations yet offers an intensive rationalization of computational methods to unravel a selected challenge. It serves as a very good textual content for self-study in addition to source for basic reference.

Show description

Read or Download Engineering Analysis: Interactive Methods and Programs with FORTRAN, QuickBASIC, MATLAB, and Mathematica PDF

Best computer modelling books

New PDF release: Basics of Holography ( Cambridge University Press )

Fundamentals of Holography is a common creation to the topic written by way of a number one employee within the box. It starts with the speculation of holographic imaging, the features of the reconstructed photo, and some of the kinds of holograms. functional elements of holography are then defined, together with gentle resources, the features of recording media and recording fabrics, in addition to equipment for generating kinds of holograms and computer-generated holograms.

Get Numerical methods and modeling for chemical engineers PDF

An advent to the quantitative remedy of differential equations bobbing up from modeling actual phenomena in chemical engineering designed for complex undergraduates or graduates of chemical engineering taking a direction in utilized arithmetic. provides updated themes resembling ODE-IVP's. Emphasizes numerical equipment and modeling applied in advertisement mathematical software program.

Extra info for Engineering Analysis: Interactive Methods and Programs with FORTRAN, QuickBASIC, MATLAB, and Mathematica

Example text

R Out[9] = {5, 4} The solution of x1 = 5 and x2 = 4 do satisfy the equations x1 + 2x2 = 13 and 3x1 + 4x2 = 31. TRANSFORMATION OF COORDINATE SYSTEMS, ROTATION, AND ANIMATION Matrix algebra can be effectively applied for transformation of coordinate systems. When the cartesian coordinate system, x-y-z, is rotated by an angle ⍜z about the z-axis to arrive at the system xЈ-yЈ-zЈ as shown in Figure 2, where z and zЈ axes coincide and directed outward normal to the plane of paper, the new coordinates of a typical point P whose coordinates are (xP,yP,zP) can be easily obtained as follows: x ′P = OP cos(θ P − θ z ) = (OP cos θ P ) cos θ z + (OP sin θ P ) sin θ z = x P cos θ z + y p sin θ z y ′P = OP sin(θ P − θ z ) = (OP sin θ P ) cos θ z − (OP cos θ P ) sin θ z = x p sin θ z + y p sin θ z © 2001 by CRC Press LLC 4.

7. Repeat Problem 6 but use MATLAB. 8. 5 Use indicial notation to express the above two equations and then develop a subroutine meanSD(X,N,RM,SD) for taking the N values of X to compute the real value of mean, RM, and standard deviation, SD. 9. 001% of the partial sum of series in magnitude: Sin x = x1 x3 x 5 − + −… 1! 3! 5! Notice that Sin(x) is an odd function so the series contains only terms of odd powers of x and the series carries alternating signs. Compare the result of the program SinePgrm with those obtained by application of the library function Sin available in FORTRAN and QuickBASIC.

Also, Mathematica has a function called Transpose for transposition of a matrix. 3 SOLUTION OF MATRIX EQUATION Matrix notation offers the convenience of organizing mathematical expression in an orderly manner and in a form which can be directly followed in coding it into programming languages, particularly in the case of repetitive computation involving the looping process. The most notable situation is in the case of solving a system of linear algebraic equation. For example, if we need to determine a linear equation y = a1 + a2x which geometrically represents a straight line and it is required to pass through two specified points (x1,y1) and (x2,y2).

Download PDF sample

Engineering Analysis: Interactive Methods and Programs with FORTRAN, QuickBASIC, MATLAB, and Mathematica by Yen-Ching Pao


by Kenneth
4.3

Rated 4.42 of 5 – based on 37 votes