matrices recursion c++

Channel:
Subscribers:
144
Published on ● Video Link: https://www.youtube.com/watch?v=cSL5APJk4N4



Duration: 0:31
213 views
0


2 corrections july 11 2014 , annotation editor not working , corrections are below ..
complete 3 by 3 matrix paper analysis of 3 system of equations. .
c++ implementation of the 3 by 3 matrix analysis .
2 recursion problems implemented with for() Loops .
with liner notes.

correction 1:
frame_1 two 1 by 3 are 1D arrays .

correction 2: Fib recursion implementation :
in the for() Loop body just after present = next ; add this:

if( past "Less Then" present ) "Less Then" left facing arrow head
; // ok , so do it again can't be typed here . when past
else is less then present , we have
{ NOT rolled over .
count "max count is :" ( count + 2 ) endl ;
break ;
}

with nth of 1,000,000 the 64 bit unsigned int will "roll over"
many many times. For the start using 12 18 , a Max Fib
count is 88 , the number is just less then 2^64 . To extend the
range , use float or double , while still passing in integers
To find the Max nth , use a very large nth say , 1,000,000 .
double Types can go larger then 1.0 E300 . However, FLOAT
results may not "roll over" in the same way that integer Types do.
So, test FLOAT use , to verify results are accurate .

When the Fib sequence starts with 1 1 the Max nth is 93

when the annotation editor is working again , I will place these corrections on the video .




Other Videos By 240mains


2015-04-23passive sign convention distilled part 2 , ref. node analysis
2015-04-08Colossus 2 Hauppauge PC HDMI video recorder part 3 , final part
2015-04-01colossus 2 Hauppauge hardware PC HDMI video recorder
2015-04-01colossus 2 Hauppauge hardware with Wolfenstein part 2
2015-03-22introductory circuit analysis distilled part 1 . using passive sign convention
2015-03-2210's complement subtraction
2015-01-08c++ tips , allocations , operator=() , const , exceptions , book list , more
2014-11-265.1 speaker placement using basic trig. Full details included
2014-10-23passive Sign convention more disected updated 5 extra frames 2c
2014-08-18big integer adder Fibonacci Factorial complete source code c++
2014-07-09matrices recursion c++
2014-06-10c++ auto_ptr garbage collection try catch throw with source for autoDelete
2014-03-24perfect pixel alignment using HDMI on windows PC with ATI AMD
2014-02-114k video exposed . HD 4k 8k compared
2014-02-11frequency analysis of transistor amp
2014-01-09transistor current sources basic Wilson Widlar all 3 are current mirrors too.
2013-09-10feedback amplifier complex poles quadratic general solution Casio fx-115 ES Plus
2013-08-30feedback amplifier "Generalized" the A'of closed loop gain equation part 3
2013-08-17feedback amplifier DC analysis thevenize solve for Ro of 2 stage transistor amp
2013-08-12feedback amplifiers based on Microelectronic Circuits second edition
2013-03-21mesh analysis passive sign convention, updated\uploaded march 21, 2013



Tags:
c++
matrices
recursion