Wilks

20 Reputation

One Badge

7 years, 153 days

MaplePrimes Activity


These are questions asked by Wilks

Hey there,

After updating from Maple 15 to 18 and installing Maple Add-In to my Office 2016 version I still have some problems:

I'm trying to catch the data from the Excel. It is so simple at this stage. Import a number from an excel file, just this.

If I do:

Import();

Then a dialog opens and lets me select the Excel file and then the cell range. Everything works well.

But if I do:

Import("Libro1", "Hoja1", "A1");

Then it can't open the document.

Hey there,

 

I'm trying to evaluate some parameter of a function when x and y are 0.

 

Here's the code:

> Y1 := proc (x) options operator, arrow; int(`Y1"`(x), x)+C1 end proc;

 

> solve({Y1(0) = 0}, {C1});

But unfortunately I get the following error:

Error, (in int) integration range or variable must be specified in the second argument, got 0

 

I know that the value of C1 is gonna be 0, but I want the program to say me this...

 

Please, some help.
 

Good day everyone,

I'm relatively new to Maple, and I study engineering (not maths), so maybe my problem is related to a bad approach of the equations.

The problem is that I'm asking Maple to do a double integral of a "complex" expression and it only solve the first integral, but not the second.

Here is the code:

https://www.dropbox.com/home/C%C3%81LCULO%20FUERZAS

Thanks.

Page 1 of 1