Question: Data form Maple to Excel

Hi everybody

> with(plots);
> P := implicitplot(x*y-1, x = -2 .. 2, y = -2 .. 2);
> Q := <(op(indets(P, Array))>;

                         Q := Matrix(%id = 52164504)

I right-click on the Matrix and Export As Table delimited and give it the name Data_plot.

Then I insert a spreadsheet in Maple and import Data_plot.  Everything work fine,

But I wan to import it in Excel to do a graph.  That's where the problem start.  I open Data_plot in Excel and choose import as »Tab delimited.  The two columns appears but it's impossible to draw a curve by usign the numbers in those two columns.

Data_plot.txt

It's like Excel does not recognize the two columns as number.  Any idea?

Mario

 

 

 

 

 

Please Wait...