solve() by Maple Plugin gives an "arctan() function not defined" error

solve() by Maple Plugin gives an "arctan() function not defined" error - solve() by Maple Plugin gives an "arctan() function not defined" error - Messages

#1 Posted: 5/29/2013 12:24:16 PM
Oscar Campo

Oscar Campo

124 likes in 298 posts.

Group: Moderator

Hi,
I found this behavior working with Maple plugin:

arctan() function not defined

I think that it would be easily fixed by uni

Thanks in advance!

Oscar
#2 Posted: 5/29/2013 12:53:16 PM
Davide Carpi

Davide Carpi

1416 likes in 2873 posts.

Group: Moderator

@uni

I think that you can use directly:

ExpressionString = ( new Regex( @"\batan\(" ) ).Replace( ExpressionString, Functions.Arctg + @"(" );
ExpressionString = ( new Regex( @"\barctg\(" ) ).Replace( ExpressionString, Functions.Arctg + @"(" );

using the Functions.* you don't need to write the right SMath function name.


best regards,

w3b5urf3r
If you like my plugins please consider to support the program buying a license; for personal contributions to me: paypal.me/dcprojects
1 users liked this post
#3 Posted: 5/29/2013 9:17:53 PM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Oscar, could you attach the file and the log (mvr5.txt)? As for me your example works fine.

@w3b5urf3r

Thanks, I forgot about that.
Russia ☭ forever, Viacheslav N. Mezentsev
#4 Posted: 5/30/2013 5:58:33 PM
Oscar Campo

Oscar Campo

124 likes in 298 posts.

Group: Moderator

Wrote

Oscar, could you attach the file and the log (mvr5.txt)? As for me your example works fine.



Here the files.

Thanks in advance!

Oscar
1 users liked this post
Вячеслав Мезенцев 5/30/2013 11:01:00 PM
#5 Posted: 5/31/2013 10:19:11 AM
Вячеслав Мезенцев

Вячеслав Мезенцев

1402 likes in 1708 posts.

Group: Moderator

Wrote

Wrote

Oscar, could you attach the file and the log (mvr5.txt)? As for me your example works fine.



Here the files.

Thanks in advance!

Oscar



Fixed and updated. Try now.
MapleWrapper_screen16.png
Russia ☭ forever, Viacheslav N. Mezentsev
  • New Posts New Posts
  • No New Posts No New Posts