Anthrazit

770 Reputation

11 Badges

5 years, 31 days

MaplePrimes Activity


These are replies submitted by Anthrazit

@Anthrazit 

I've got a reply from support, see attachment.

---

Thank you for contacting Maplesoft, and for your email.

We appreciate your feedback on this, and have heard similar reports from customers in the past.

This limitation of Maple is known and is documented in our help pages. Relating to temperature the following is stated in the page ?convert,temperature​:
 

Expressions with a unit are represented in Maple as a product of the expression with a function call, which can be obtained by calling the procedure "Unit". This means that Maple cannot represent the expression "0" with a unit: it would be represented as, for example, "0*degC", or internally, "0 . (Unit(degC))", but "0" multiplied by any function call immediately simplifies to "0". This particularly comes up with temperatures sometimes, when dealing with empirical temperatures rather than with temperature differences. This can be a reason to use Temperature objects instead of regular unit expressions.

 

I am sorry for any confusion this has caused. Let us know if you have any further questions or concerns.

Regards,
Brock,
Manager Customer Success

I just wanted to apologize for using "moment" for something that absolutely is no moment at all.

Moments would be in kN*m, while this is a simply a force / m.

As an engineer I am much more comfortable with the way Mathcad handles these things.

@dharr

I've filed a technical support request. Let's see what they come up with. 

@dharr 

I consider this to be a very bad behaviour, as you see in this example. Units must be retained, and must not disappear, even when the value is zero.


 

(15*(.5-.5)*Unit('kN'/'m')*5)*Unit('m')

0.

(1)

temp := 0*Unit('`°C`')

0

(2)

temp

0

(3)

convert(temp, units, Unit(Unit('`°F`')))

0

(4)

``


 

Download Units_disappear.mw

 

@tomleslie

I'll have to go back to your rnd2 code once again.

Would it be possible to extend that to be able to use it for variables with any kind of units as well?

Like roundunit(15.131681381 m,3) -> 15.132m

 

@acer 

Thanks, that was a very quick reply. And you are right, I have just found out about the "bug" with the mm's as well.

I tried to change the "Convert output Units" format and the first result was that there was no change.

But then I saw that this setting apparently can be set either to the entire worksheet or an execution group. Guess I have to play around a bit more with that. 

Thanks a lot for the help.Unitconversion.mw

 

@acer 

I've got a bug in my worksheet, would be nice if you could have a look at it.

Unitconversion.mw

I have finally managed to get it working thanks to the help from support and users in the forum.

The solution is as mentioned before by packing the code as a workbook package, and upload it to Maple Cloud as a package.

There was one more obstacle when trying to use the package - one cannot install packages from Maple Cloud via Google Chrome or a different webbrowser. Instead it is necessary to use the link from within Maple - Tools - Maple Cloud.

After the installation of the package, it is no longer necessary to refer to a library in the startup code anymore.

I have received a reply from Maplesoft Support which I would like to post here uncommented.

Re_24912_Maple_-_How_are_you_.pdf

cloud_pack.zip

In Mathcad percent are handled as an algebraic operator, but that would be a problem because Maple already has a function associated with that. Mathcad does not have anything for "per thousand" (promille).

In my opinion this should be handled as a predefined unit in Maple.

On the wishlist to the developers?

 

@acer 

Ok, thanks for the reply anyway. I'll wait and see what Maple support comes up with.

But if we put the workbook solution aside first, is there a solution where I can upload the .mla file to Maple cloud as a package, and use that from there?

Here's one example that uses a special package.

https://maple.cloud/#group=packages

https://maple.cloud/app/6554607883386880/AISC+Shapes+Database+v14.1_0210_Jocelyn_Old+Maple+%282017%29+qa+test+

@acer 

I have attached the example as a zip file, probably you can make something out of that. In addition I have also opened a formal support case on that issue yesterday, so I guess someone from Maplesoft will have a look at that in the near future.

Did a quick search on Maple Cloud also, and tried to find a public example including a workbook. Didn't find anything - though I have to admit that I skipped the ones with asian (chinese ?) characters in titles...

@acer 

Thanks, here's the upload once again in a zip file.

Tre_Materialegenskaper.zip

Here's the Maple Workbook in question.

Tre_Materialegenskaper.maple

First 13 14 15 16 17 18 Page 15 of 18