Giter Site home page Giter Site logo

zalo / zalo.github.io Goto Github PK

View Code? Open in Web Editor NEW
181.0 12.0 16.0 1.13 MB

A home for knowledge that is hard to find elsewhere

Home Page: https://zalo.github.io

License: MIT License

Ruby 0.01% HTML 0.34% JavaScript 92.63% SCSS 7.03%
math education tutorial interactive interactive-visualizations threejs

zalo.github.io's Introduction

Sublucid Geometry

A technical blog with a small number of nifty geometric tricks that are hard to find elsewhere.

The source for all of the examples can be found in the assets/js/ directory.

zalo.github.io's People

Contributors

staticman-net[bot] avatar zalo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zalo.github.io's Issues

3D line fit using SVD

re https://zalo.github.io/blog/line-fitting/#

There are a variety of iterative solutions available, but they often depend on an operation called the Singular Value Decomposition or SVD

I'm trying to collect examples of SVD use here
https://www.geogebra.org/m/Sc6ybzdu

This one
https://www.geogebra.org/m/Sc6ybzdu#material/hmTzuJ2d

uses the method from the first answer here I think
https://stackoverflow.com/questions/2298390/fitting-a-line-in-3d

which suggests it's a closed form problem with SVD, not iterative. Do the iterative methods calculate something better?

Thanks for your help, just trying to understand SVD a little better :)

Here's the rough code from my example for reference:

U=svd(1)
Σ=svd(2)

singularVectorForLargestSingularValue=Element(Transpose(U),b)
singularVectorForSmallestSingularValue=Element(Transpose(U),a)

directionVector= (singularVectorForLargestSingularValue(1),singularVectorForLargestSingularValue(2),singularVectorForLargestSingularValue(3))

bestFitLine = Line(Centroid,directionVector)

missing images?

Hi

I was browsing through your blog, great stuff but it seems like the pages are either missing images or something is wrong with the page structures. I see white rectangles in the pages but no images there.

thanks

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.