Instructional Video1:10
Curated Video

R Programming for Statistics and Data Science - Introduction - Vectors and Vector Operations

Higher Ed
This video explains the section. This clip is from the chapter "Vectors and Vector Operations" of the series "R Programming for Statistics and Data Science".This section explains vectors and vector operations.
Instructional Video4:37
Curated Video

R Programming for Statistics and Data Science - Indexing an Element from a Matrix

Higher Ed
This video explains indexing an element from a matrix. This clip is from the chapter "Matrices" of the series "R Programming for Statistics and Data Science".This section explains matrices.
Instructional Video3:50
Curated Video

R Programming for Statistics and Data Science - If, Else, Else If Statements - Keep-In-Mind's

Higher Ed
This video explains if, else, else if statements - keep-in-mind's. This clip is from the chapter "Fundamentals of Programming with R" of the series "R Programming for Statistics and Data Science".This section explains fundamentals of...
Instructional Video6:25
Curated Video

R Programming for Statistics and Data Science - For Loops in R

Higher Ed
This video explains for loops in R. This clip is from the chapter "Fundamentals of Programming with R" of the series "R Programming for Statistics and Data Science".This section explains fundamentals of programming with R.
Instructional Video1:36
Curated Video

R Programming for Statistics and Data Science - Do Matrices Recycle?

Higher Ed
This video explains if matrices recycle. This clip is from the chapter "Matrices" of the series "R Programming for Statistics and Data Science".This section explains matrices.
Instructional Video4:40
Curated Video

R Programming for Statistics and Data Science - Data Types in R - Integers and Doubles

Higher Ed
This video explains data types in R - integers and doubles. This clip is from the chapter "The Building Blocks of R" of the series "R Programming for Statistics and Data Science".This section introduces you the building blocks of R.
Instructional Video5:21
Curated Video

R Programming for Statistics and Data Science - Creating an Object in R

Higher Ed
This video explains creating an object in R. This clip is from the chapter "The Building Blocks of R" of the series "R Programming for Statistics and Data Science".This section introduces you the building blocks of R.
Instructional Video2:39
Curated Video

R Programming for Statistics and Data Science - Coercion Rules in R

Higher Ed
This video explains coercion rules in R. This clip is from the chapter "The Building Blocks of R" of the series "R Programming for Statistics and Data Science".This section introduces you the building blocks of R.
Instructional Video4:50
Curated Video

R Programming for Statistics and Data Science - Changing the Dimensions of an Object in R

Higher Ed
This video explains changing the dimensions of an object in R. This clip is from the chapter "Vectors and Vector Operations" of the series "R Programming for Statistics and Data Science".This section explains vectors and vector operations.
Instructional Video4:34
Curated Video

R Programming for Statistics and Data Science - Building a Function in R 2.0

Higher Ed
This video explains building a function in R 2.0 This clip is from the chapter "Fundamentals of Programming with R" of the series "R Programming for Statistics and Data Science".This section explains fundamentals of programming with R.
Instructional Video7:01
Curated Video

R Programming for Statistics and Data Science - Slicing and Indexing a Vector in R

Higher Ed
This video explains slicing and indexing a vector in R. This clip is from the chapter "Vectors and Vector Operations" of the series "R Programming for Statistics and Data Science".This section explains vectors and vector operations.
Instructional Video7:07
Curated Video

R Programming for Statistics and Data Science - Matrix Arithmetic

Higher Ed
This video explains matrix arithmetic. This clip is from the chapter "Matrices" of the series "R Programming for Statistics and Data Science".This section explains matrices.
Instructional Video3:31
Curated Video

R Programming for Statistics and Data Science - Introduction to Vectors

Higher Ed
This video explains introduction to vectors. This clip is from the chapter "Vectors and Vector Operations" of the series "R Programming for Statistics and Data Science".This section explains vectors and vector operations.
Instructional Video7:37
Curated Video

R Programming for Statistics and Data Science - Quick Guide to the RStudio User Interface

Higher Ed
This video is a quick guide to the RStudio user interface. This clip is from the chapter "Introduction and Getting Started" of the series "R Programming for Statistics and Data Science".This section provides an introduction to the course.
Instructional Video1:41
Flipping Physics

#31 Mechanics Multiple Choice Solutions - AP Physics C 1998 Released Exam

12th - Higher Ed
This problem is about a vector representation of the initial and final momentums during an elastic collision.
Instructional Video3:24
Flipping Physics

#45 Electricity and Magnetism Multiple Choice Solutions - AP Physics C 1998 Released Exam

12th - Higher Ed
This problem is about the net electric field caused by two positive charges.
Instructional Video1:19
Flipping Physics

#40 Electricity and Magnetism Multiple Choice Solutions - AP Physics C 1998 Released Exam

12th - Higher Ed
This problem is about the magnitude of the net Coulomb's Force on one charge caused by two other charges.
Instructional Video1:27
Flipping Physics

#39 Electricity and Magnetism Multiple Choice Solutions - AP Physics C 1998 Released Exam

12th - Higher Ed
This problem is about the net Coulomb's Force on one charged caused by two other charges.
Instructional Video14:10
Flipping Physics

(1 of 2) Mechanics - Review of all Topics - AP Physics C

12th - Higher Ed
0:00 Intro 0:38 Vectors vs. Scalars 1:05 The Uniformly Accelerated Motion Equations 2:07 Acceleration 2:42 Velocity 3:03 Derivative and Integral Definitions 4:01 Projectile Motion 4:57 Newton's 2nd Law and Free Body Diagrams 5:41...
Instructional Video25:48
Flipping Physics

Electricity and Magnetism #3 Free Response Question Solutions - AP Physics C 1998 Released Exam

12th - Higher Ed
This Free Response Question includes the following concepts: Magnetic Forces, Current, Motional Emf, Newton's 2nd Law, Magnetic Flux, Electric Potential Difference, Current, Resistance, Electric Power, Terminal Velocity and using the...
Instructional Video9:52
Math Fortress

Calculus III: Three Dimensional Vectors (Level 3 of 3)

12th - Higher Ed
This video covers Three Dimensional Vectors. This video goes over the various properties associated with three dimensional vectors. 4 intermediate examples including a static equilibrium problem are covered.
Instructional Video10:29
Math Fortress

Calculus III: Two Dimensional Vectors (Level 9 of 13)

12th - Higher Ed
This video is a review of Two Dimensional Vectors. This video goes over unit vectors, standard unit vectors and direction of vectors.
Instructional Video7:25
Flipping Physics

Angular Momentum Cross Product

12th - Higher Ed
Angular Momentum as the cross product is demonstrated and derived. This is an AP Physics C: Mechanics topic. Content Times: 0:00 Newton’s Second Law Review 0:45 The Demonstration 1:05 The Derivation 4:56 Back to Newton’s Second Law 6:34...
Instructional Video7:46
APMonitor

Solve Linear Equations with Python

10th - Higher Ed
Linear equations such as A*x=b are solved with NumPy in Python. This tutorial demonstrates how to create a matrix (A) and vector (b) as NumPy arrays and solve the set of equations with linalg.solve