Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 391 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 391 Bytes

Coding-the-matrix-Code

This repository is a walk through of "Coding the Matrix" book. This book is on linear algebra.

Chapter0 :- Sets and Functions. This one has code on basic data types in python like sets, lists and tuples. Comprehension using these data types and sum basic function of python.