Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #9952
Ticket #9952
: make_matrix.py
File make_matrix.py,
87 bytes
(added by Dan Nixon,
6 years
ago)
Line
1
m
=
newMatrix
(
"test_matrix"
,
1000
,
1000
)
2
m
.
setFormula
(
"x*y"
)
3
m
.
calculate
()
4
g
=
plot
(
m
)
Download in other formats:
Original Format