Jump to content

Exponential expressions in expression nodes


Recommended Posts

How would you express exponential expressions using ONLY expression nodes (found in numeric on functions bar)? I have tried 10^x, but the values are not desirable:

1------[10^x]-----11

2------[10^x]-----8

3------[10^x]-----9

4------[10^x]-----14

5------[10^x]-----15

6------[10^x]-----12

I have tried exp(), but it doesn't work...

...

:wacko:

Link to comment
How would you express exponential expressions using ONLY expression nodes (found in numeric on functions bar)? I have tried 10^x, but the values are not desirable:

1------[10^x]-----11

2------[10^x]-----8

3------[10^x]-----9

4------[10^x]-----14

5------[10^x]-----15

6------[10^x]-----12

I have tried exp(), but it doesn't work...

...

:wacko:

5693[/snapback]

Try x**y (where y is the exponent).

Neville.

Link to comment
Try x**y (where y is the exponent).

Neville.

5694[/snapback]

Wow, it worked! I wonder though why LabVIEW uses ** instead of ^... it would make much more sense to use the former since it works in the Eval f(x) methods. I am very curious as to how ^ operates in expression nodes, since I did receive output.

Thanks for the help :worship:

Link to comment
Wow, it worked! I wonder though why LabVIEW uses ** instead of ^... it would make much more sense to use the former since it works in the Eval f(x) methods.  I am very curious as to how ^ operates in expression nodes, since I did receive output.

Thanks for the help  :worship:

5696[/snapback]

No problem. Somewhere in the LV documentation there is a page showing all the operators allowed for the formula node & expression node.

N.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.