|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
EBOOKCENTRAL_ocn900640997 |
003 |
OCoLC |
005 |
20240329122006.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
150123s2013 flua ob 000 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d OCLCO
|d OCLCF
|d DEBBG
|d DEBSZ
|d OCLCO
|d YDXCP
|d REB
|d COO
|d OCLCO
|d CRCPR
|d OCLCA
|d MERUC
|d N$T
|d CEF
|d VT2
|d OCLCQ
|d OCLCO
|d NLE
|d INT
|d AU@
|d OCLCQ
|d UKMGB
|d OCLCQ
|d OCLCO
|d G3B
|d WYU
|d OCLCQ
|d OCLCO
|d MM9
|d OCLCQ
|d ELBRO
|d OCLCO
|d OCLCQ
|d OCLCO
|d OCLCL
|
016 |
7 |
|
|a 018380806
|2 Uk
|
019 |
|
|
|a 995296660
|a 1048177398
|a 1066681234
|a 1129377886
|a 1156358888
|a 1181901295
|a 1228528588
|
020 |
|
|
|a 9781466576070
|q (electronic bk.)
|
020 |
|
|
|a 1466576073
|q (electronic bk.)
|
020 |
|
|
|z 9781466579279
|
020 |
|
|
|z 1466579277
|
020 |
|
|
|z 9781439854303
|
020 |
|
|
|z 1439854300
|
020 |
|
|
|z 9781466554337
|
020 |
|
|
|z 1466554339
|
020 |
|
|
|z 1466576073
|
020 |
|
|
|z 1439854297
|
020 |
|
|
|z 9781439854297
|
029 |
1 |
|
|a DEBBG
|b BV042490877
|
029 |
1 |
|
|a DEBSZ
|b 430200560
|
029 |
1 |
|
|a DEBSZ
|b 434840548
|
029 |
1 |
|
|a DEBSZ
|b 445576898
|
029 |
1 |
|
|a GBVCP
|b 88274075X
|
029 |
1 |
|
|a UKMGB
|b 018380806
|
035 |
|
|
|a (OCoLC)900640997
|z (OCoLC)995296660
|z (OCoLC)1048177398
|z (OCoLC)1066681234
|z (OCoLC)1129377886
|z (OCoLC)1156358888
|z (OCoLC)1181901295
|z (OCoLC)1228528588
|
037 |
|
|
|a CL0500000536
|b Safari Books Online
|
050 |
|
4 |
|a TA345
|
072 |
|
7 |
|a MAT
|x 005000
|2 bisacsh
|
072 |
|
7 |
|a MAT
|x 034000
|2 bisacsh
|
082 |
0 |
4 |
|a 515.028553
|
084 |
|
|
|a MAT000000
|a MAT021000
|a TEC007000
|2 bisacsh
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Bober, William,
|d 1930-
|e author.
|1 https://id.oclc.org/worldcat/entity/E39PCjD8bVrWdkCCpbdMdMjmbd
|
245 |
1 |
0 |
|a Numerical and analytical methods with MATLAB for electrical engineers /
|c William Bober and Andrew Stevens.
|
246 |
3 |
|
|a Numerical and analytical methods with matrix laboratory for electrical engineers
|
264 |
|
1 |
|a Boca Raton, FL :
|b CRC Press,
|c [2013]
|
264 |
|
4 |
|c ©2013
|
300 |
|
|
|a 1 online resource (xiii, 355 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a CRC series in computational mechanics and applied analysis
|
588 |
0 |
|
|a Print version record.
|
504 |
|
|
|a Includes bibliographical references.
|
520 |
3 |
|
|a "The advantage of using the MATLAB software program over other packages is that it contains built-in functions that numerically solve systems of linear equations, systems of ordinary differential equations, roots of transcendental equations, integrals, statistical problems, optimization problems, signal processing problems and many other types of problems encountered in engineering. A student version of the MATLAB program is available at a reasonable cost. However, to students, these built-in functions are essentially black boxes. By combining a textbook on MATLAB with basic numerical and analytical analysis, (although I'm sure that MATLAB uses more sophisticated numerical techniques than are described in these textbooks), the mystery of what these black boxes might contain is somewhat alleviated. The text contains many sample MATLAB programs that should provide guidance to the student on completing the assigned projects"--
|c Provided by publisher
|
505 |
0 |
|
|a Numerical Methods for Electrical Engineers Engineering Goals Programming Numerical Solutions Why MATLAB®? The MATLAB® Programming Language Conventions in This Book Example Programs ; MATLAB® Fundamentals The MATLAB® Windows Constructing a Program in MATLAB® MATLAB® Fundamentals MATLAB® Input/Output MATLAB® Program Flow MATLAB® Function Files Anonymous Functions MATLAB® Anonymous Functions MATLAB® Graphics Working with Matrices Working with Functions of a Vector Additional Examples Using Characters and Strings Interpolation and MATLAB®'s interp1 Function MATLAB®'s textscan Function Exporting MATLAB® Data to Excel Debugging a Program The Parallel RLC Circuit ; Matrices Matrix Operations System of Linear Equations Gauss Elimination The Gauss-Jordan.
|
505 |
0 |
|
|a Method Number of Solutions Inverse Matrix The Eigenvalue Problem ; Roots of Algebraic and Transcendental Equations The Search Method Bisection Method Newton-Raphson Method MATLAB®'s fzero and roots Functions ; Numerical Integration Numerical Integration and Simpson's Rule Improper Integrals MATLAB®'s quad Function The Electric Field The quiver Plot MATLAB®'s dblquad Function ; Numerical Integration of Ordinary Differential Equations The Initial Value Problem The Euler Algorithm Modified Euler Method with Predictor-Corrector Algorithm Numerical Error for Euler Algorithms The Fourth-Order Runge-Kutta Method System of Two First-Order Differential Equations A Single Second-Order Equation MATLAB®'s ODE Function Boundary Value Problems Solution of a Tri-Diagonal System of.
|
505 |
0 |
|
|a Linear Equations Method Summary for m equations Difference Formulas One-Dimensional Plate Capacitor Problem ; Laplace Transforms Laplace Transform and Inverse Transform Transforms of Derivatives Ordinary Differential Equations,
|
505 |
0 |
|
|a Initial Value Problem Convolution Laplace Transforms Applied to Circuits Impulse Response ; Fourier Transforms and Signal Processing Mathematical Description of Periodic Signals: Fourier Series Complex Exponential Fourier Series and Fourier Transforms Properties of Fourier Transforms Filters Discrete-Time Representation of Continuous-Time Signals Fourier Transforms of Discrete-Time Signals A Simple Discrete-Time Filter ; Curve Fitting Method of Least Squares Curve Fitting with the Exponential Function MATLAB®'s polyfit Function Cubic Splines The Function interp1 for Cubic Spline Curve Fitting Curve Fitting with Fourier Series ; Optimization Unconstrained Optimization Problems Method of Steepest Descent MATLAB®'s fminunc Function Optimization with Constraints Lagrange.
|
505 |
0 |
|
|a Multipliers MATLAB®'s fmincon Function ; Simulink Creating a Model in Simulink Typical Building Blocks in Constructing a Model Tips for Constructing and Running Models Constructing a Subsystem Using the Mux and Fcn Blocks Using the Transfer Fcn Block Using the Relay and Switch Blocks Trigonometric Function Blocks ; Appendix A: RLC Circuits Appendix B: Special Characters in MATLAB® Plots MATLAB® Function Index.
|
590 |
|
|
|a ProQuest Ebook Central
|b Ebook Central Academic Complete
|
630 |
0 |
0 |
|a MATLAB.
|
630 |
0 |
7 |
|a MATLAB
|2 fast
|
650 |
|
0 |
|a Engineering mathematics
|x Data processing.
|
650 |
|
0 |
|a Numerical analysis
|x Data processing.
|
650 |
|
0 |
|a Electrical engineering
|x Mathematics.
|
650 |
|
6 |
|a Mathématiques de l'ingénieur
|x Informatique.
|
650 |
|
6 |
|a Analyse numérique
|x Informatique.
|
650 |
|
6 |
|a Génie électrique
|x Mathématiques.
|
650 |
|
7 |
|a MATHEMATICS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a MATHEMATICS
|x Number Systems.
|2 bisacsh
|
650 |
|
7 |
|a TECHNOLOGY & ENGINEERING
|x Electrical.
|2 bisacsh
|
650 |
|
7 |
|a MATHEMATICS
|x Calculus.
|2 bisacsh
|
650 |
|
7 |
|a MATHEMATICS
|x Mathematical Analysis.
|2 bisacsh
|
650 |
|
7 |
|a Electrical engineering
|x Mathematics
|2 fast
|
650 |
|
7 |
|a Engineering mathematics
|x Data processing
|2 fast
|
650 |
|
7 |
|a Numerical analysis
|x Data processing
|2 fast
|
700 |
1 |
|
|a Stevens, Andrew,
|d 1964-
|e author.
|1 https://id.oclc.org/worldcat/entity/E39PCjGTfQfTT6GQJxqXPdKHkC
|
758 |
|
|
|i has work:
|a Numerical and analytical methods with MATLAB for electrical engineers (Text)
|1 https://id.oclc.org/worldcat/entity/E39PCFHG7hMwR9kmpJqMXCPBbm
|4 https://id.oclc.org/worldcat/ontology/hasWork
|
776 |
0 |
8 |
|i Print version:
|a Bober, William, 1930-
|t Numerical and analytical methods with MATLAB for electrical engineers.
|d Boca Raton : CRC Press, 2013
|z 9781439854297
|w (DLC) 2012005856
|w (OCoLC)782251782
|
830 |
|
0 |
|a CRC series in computational mechanics and applied analysis.
|
856 |
4 |
0 |
|u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1449656
|z Texto completo
|
938 |
|
|
|a CRC Press
|b CRCP
|n CRC0KE21681PDF
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1763405
|
938 |
|
|
|a eLibro
|b ELBO
|n ELB145431
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12368540
|
994 |
|
|
|a 92
|b IZTAP
|