Ask Your Question

Avijit's profile - activity

2019-04-07 20:57:06 +0200 received badge  Popular Question (source)
2019-04-07 20:57:06 +0200 received badge  Notable Question (source)
2019-04-07 20:57:06 +0200 received badge  Famous Question (source)
2014-10-27 18:42:20 +0200 received badge  Student (source)
2014-10-23 10:56:20 +0200 asked a question load data file to draw surface

I have a matrix consisting of 512 rows and 512 columns. I have written this matrix down into a text file. Each cell of the matrix contains a positive value. I want to plot these values in 3 dimensional system to form a surface by uploading the text file. How to do it in sage ?

Thank you