Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rdpeng/ProgrammingAssignment2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ceez/ProgrammingAssignment2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 21, 2015

  1. Submission for Assignment 2

    ceez committed Jun 21, 2015
    Configuration menu
    Copy the full SHA
    a6f1ae4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39cbd54 View commit details
    Browse the repository at this point in the history
  3. Added some examples

    ceez committed Jun 21, 2015
    Configuration menu
    Copy the full SHA
    1572b57 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2015

  1. It won't be graded, but I forgot to pass the other arguments to

    cacheSolve() through to the solve() call.  Of course, there are two
    problems:
    
    1. setinverse() should probably check that the arg is NULL or a matrix of
    the correct dimensions.  Right now, doing a x$setinverse(1) breaks things.
    
    2. If cacheSolve() is called multiple times with different values of b,
    and/or tol, then the cached inverse may be incorrect.  In a more
    robust solution, both of these args would need to be cached and checked
    for changes, as well.
    ceez committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    3b14fb8 View commit details
    Browse the repository at this point in the history
Loading