Question: copying multiple items from Microsoft word to maple worksheet

 

I am using Maple 13, I am working on Optimtimization package (worksheet mode) in command-line 

LPSolve(-x-y, {y <= -5*x+2, y <= 3*x+1/2}, assume = nonnegative)

 

 

I have equations in microsoft word file and I have to copy the equation data from the word to maple and then PRESS ENTER to display the output values. I have 500 equation data. It is very difficult to copy each equation from word and paste in the maple command-line

I have tried to paste all the data in the word to maple, but the output is at the end of the maple workshet which is not good .

Similary the microsoft clipboard is also not working in maple. as we can copy a multiple items from word to clipboard but it is not available in maple.

How can I paste all the equation in maple and it works. 

Please Wait...