Wednesday, January 7, 2015


DAY 8 OF 100] THURSDAY ,8 JAN 2015

1.Linear Algebra

Homework 8.2.4.3
Homework 8.2.4.4
Homework 8.2.4.5

Algorithm: [A;B] := GJ INVERSE PART1(A;B)
Algorithm: [A;B] := GJ INVERSE PART2(A;B)

walk thru these algos with a sample exercise.. compare outcomes in each step

2.Python

Tkinter 
ch9:Data entry 
ColorChooser

Chapter 10. Dialog Windows
simple dialog window as a class ,problems of this design
Grid layout




  DAY 7 OF 100]WEDNESDAY ,7 JAN 2015

1.Linear Algebra
8.2.4 inverse of A via Gauss-Jordan Elimination

Tuesday, January 6, 2015


DAY 6 OF 100]TUESDAY ,6 JAN 2015


1.Linear Algebra
8.2.3 Solving Ax = b via Gauss-Jordan Elimination: Multiple Right-Hand Sides
tested algo  by hand on sample set 

2.Python
Tkinter
data entry simple dialog
filedialog

Sunday, January 4, 2015


DAY 5 OF 100] MONDAY ,5 JAN 2015


1.Linear Algebra

apply Gauss-jordan algo as given part1,2 to a sys of linear eqns

8.2.3 Solving Ax = b via Gauss-Jordan Elimination: Multiple Right-Hand Sides

Homework 8.2.3.1
Homework 8.2.3.3
Homework 8.2.3.4
Homework 8.2.3.5

2.Python

Tkinter
messagebox

DAY 4 OF 100] SUNDAY ,4 JAN 2015


1.Linear Algebra

Homework 8.2.2.3
Homework 8.2.2.4
Gauss-jordan algo outline

2.Python

Tkinter
status bars 
custom StatusBar class with set and clear methods
application with set clear buttons and statusbar

Saturday, January 3, 2015



DAY 3 OF 100] SATURDAY ,3 JAN 2015


1.Linear Algebra

Unit 8 :

try gauss jordan on a lufact/gelim  failing case


2.Python

SO article on decorators


Tkinter 

popup menu

tear-off menu item explored

toolbars

4 pomodoros

Thursday, January 1, 2015


DAY 2 OF 100] FRIDAY ,2 JAN 2015


1.Linear Algebra

Unit 8 :
review and write upto 8.2.1

 8.2.2 Solving Ax = b via Gauss-Jordan Elimination: Gauss Transforms

Homework 8.2.2.1



2.Python


SO article on python decorators.type what you learned

function as reference
manual decoration of function .. returns a  wrapper  function object
decorator syntax using @ equiv to the above

Tkinter


ch8 Application Windows
basic menu widget explored.
popup menu ? explore more tomorrow

6 pomodoros