Computational fluid dynamics | Numerical differential equations

MacCormack method

In computational fluid dynamics, the MacCormack method is a widely used discretization scheme for the numerical solution of hyperbolic partial differential equations. This second-order finite difference method was introduced by Robert W. MacCormack in 1969. The MacCormack method is elegant and easy to understand and program. (Wikipedia).

Video thumbnail

How to Compute a Maclaurin Polynomial

Free ebook http://bookboon.com/en/learn-calculus-2-on-your-mobile-device-ebook What is a Maclaurin polynomial? In mathematics, a Taylor series is a representation of a function as an infinite sum of terms that are calculated from the values of the function's derivatives at a single point

From playlist A second course in university calculus.

Video thumbnail

Ch4Pr34c: Maclaurin Series

How to obtain the Maclaurin series for hyperbolic sin. This is chapter 4 Problem 34c from the MATH1231/1241 Calculus notes. Presented by Mr Geoff Carroll from UNSW.

From playlist Mathematics 1B (Calculus)

Video thumbnail

Multivariable Taylor Polynomials

Free ebook http://tinyurl.com/EngMathYT A lecture on how to calculate Taylor polynomials and series for functions of two variables. Such ideas are useful in approximation of functions. We show where the polynomial representation comes from.

From playlist Mathematics for Finance & Actuarial Studies 2

Video thumbnail

Ex: Find a Maclaurin Polynomial and Error of an Approximation - ln(cos(x))

This video explains how to find a Maclaurin Polynomial and then find the approximation error using a calculator for a given function value. Site: http://mathispower4u.com

From playlist Power Series

Video thumbnail

Determine the Maclaurin Series and Polynomial for Function in the Form ax^2*e^(bx)

This video explains how to determine a Maclaurin series and Maclaurin polynomial for a a function using a known power series and a product. The results are verified graphically. Site: http://mathispower4u.com

From playlist Power Series

Video thumbnail

Ex 1: Maclauring Series and Polynomial of cos(2x) / Find Approximation Error

This video explains how to find the first few terms and the Maclaurin series and then use the Maclaurin polynomial to approximate cos(0.1). Then it finds the error in the approximation. Site: http://mathispower4u.com

From playlist Power Series

Video thumbnail

deriving the formula for maclaurin series

In this video I show how to derive the formula for Maclaurin Series. I start with the basic power series representation of the Maclaurin Series, then use higher order derivatives to derive the formula for the coefficients of each term of the Maclaurin Series. From this step we are able to

From playlist Calculus 2

Video thumbnail

Ex: Find a Degree One and Degree Two Maclaurin Polynomial

This video explains how to determine a Maclaurin polynomial for a basic exponential function. the results are verified graphically. Site: http://mathispower4u.com

From playlist Power Series

Video thumbnail

Maclaurin series and applications

Free ebook http://bookboon.com/en/learn-calculus-2-on-your-mobile-device-ebook Basic example on Maclaurin series and some applications. In mathematics, a Taylor series is a representation of a function as an infinite sum of terms that are calculated from the values of the function's deriv

From playlist A second course in university calculus.

Video thumbnail

RubyConf 2021 - Control methods like a pro: A guide to Ruby's awesomeness, ... by Masafumi Okura

Control methods like a pro: A guide to Ruby's awesomeness, a.k.a. metaprogramming by Masafumi Okura Do you know that methods are objects in Ruby? We can manipulate method objects just like other object, meaning that we can store them in variables, get information from them and wrap them i

From playlist RubyConf 2021

Video thumbnail

RubyConf 2015 - Messenger: The (Complete) Story of Method Lookup by Jay McGavren

Messenger: The (Complete) Story of Method Lookup by Jay McGavren You call a method on an object, and it invokes the instance method defined on the class. Simple. Except when the method isn't on the class itself, because it's inherited from a superclass. Or a singleton class, mixin, or ref

From playlist RubyConf 2015

Video thumbnail

RubyConf 2015 - Ruby 2 Methodology by Akira Matsuda

Ruby 2 Methodology by Akira Matsuda This talk focuses on "Method" in Ruby. Although Method is the key feature of an OOP language like Ruby, Ruby's Method is still drastically evolving. This session is a quick tour on new features and changes around Method in recent versions of the Ruby l

From playlist RubyConf 2015

Video thumbnail

RubyConf 2016 - Metaprogramming? Not good enough! by Justin Weiss

RubyConf 2016 - Metaprogramming? Not good enough! by Justin Weiss If you know how to metaprogram in Ruby, you can create methods and objects on the fly, build Domain Specific Languages, or just save yourself a lot of typing. But can you change how methods are dispatched? Can you decide th

From playlist RubyConf 2016

Video thumbnail

The Revenge of method_missing()

Convinced that nobody can bully method_missing() and get away with it, Nusco resolved to present a talk about it. When is method_missing() appropriate, and when should you pick an alternative metaprogramming magic spell instead? Is method_missing() really dangerous? What are the common met

From playlist Madison Ruby 2012

Video thumbnail

[Rust Programming] Crafting Interpreters: Day 37, Chapter 28 (Part 1)

In this video we continue to look at the Crafting Interpreters book, and learn how to port it to Rust. Since I'm a Rust beginner, the intent is that it will help me learn the language more in-depth than before. The book: https://craftinginterpreters.com/contents.html We're getting close

From playlist Rust Ports

Video thumbnail

Madison Ruby 2012 - The Revenge of method_missing()

The Revenge of method_missing() by: Paolo Perrotta Convinced that nobody can bully method_missing() and get away with it, Nusco resolved to present a talk about it. When is method_missing() appropriate, and when should you pick an alternative metaprogramming magic spell instead? Is metho

From playlist Madison Ruby 2012

Video thumbnail

RubyConf 2015 - Extremely Defensive Coding by Sam Phippen

Extremely Defensive Coding by Sam Phippen Defensive programming is one of those abstract ideas that seems great but is often unclear in practice. In this talk we'll look at some of the extremely defensive patterns that have been driven out in RSpec through the years. We'll look at buildi

From playlist RubyConf 2015

Video thumbnail

RailsConf 2021: The Curious Case of the Bad Clone - Ufuk Kayserilioglu

On Sept 4th 2020, I got pinged on a revert PR to fix a 150% slowdown on the Shopify monolith. It was a two-line change reverting the addition of a Sorbet signature on a Shop method, implicating Sorbet as the suspect. That was the start of a journey that took me through a deeper understand

From playlist RailsConf 2021

Video thumbnail

Maclaurin Series for e^x, cos(x), and sin(x)

Please Subscribe here, thank you!!! https://goo.gl/JQ8Nys Maclaurin Series for e^x, cos(x), and sin(x)

From playlist Calculus 2 Exam 4 Playlist

Related pages

Nonlinear system | Finite difference | Computational fluid dynamics | Gibbs phenomenon | Hyperbolic partial differential equation | Numerical diffusion | Lax–Wendroff method | Finite difference method | Upwind scheme