Coder Social home page Coder Social logo

mathtoolsforneuroscience's Issues

V1.2 equation notation error

Hi Ella,

Forgive me if this is my misunderstanding (quite likely) but I think the sum notation at the end of V1.2 should have i=1 at the bottom rather than i=0

regarding solution

Respected madam ,

I am following the course .It is very nice .i have doubt regarding the tutorials - How can i know the answers of the tutorials ,in some part i was unable to answer ,so can u provide the solution for reference purpose for all tutorials ?

Thank you for creating great content .

thanks
Arpit

Week2Tutorial1 Exercise 2 Matrix inverse transformation error

Thank you for the course, it's really helpful!

There's a minor typo in the code for plotting the transformation of A and then the additional transformation of 𝐴−1

A = np.array([[1,2], [2,1]])
A_inv = np.linalg.inv(M)
plot_linear_transformations(A, A_inv)

where M is not defined and it should be:

A = np.array([[1,2], [2,1]])
A_inv = np.linalg.inv(A)
plot_linear_transformations(A, A_inv)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.