Integer Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Integer Problem
Hello do anyone have a work around for the following problem,
i am trying to multiply the terms within Tidx by Phi and b, of which i get the correct result (when undefined). when i try to define that to put into another equation it pull through an error.
Sheet attached
thank you
Solved! Go to Solution.
- Labels:
-
Civil_Engineering
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
T*pi*b is a vector multiplied by two scalars it does not need to be vectorized. with the arrow over the top.
There are two ways to do the vector multiplication by the scalars.
First is to do it element by element using the idx range variable. idx needs to appear on both side of the equation
Second is to do it just as a vector multiplication.
The two equations in the image result in the same variable Av
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
T*pi*b is a vector multiplied by two scalars it does not need to be vectorized. with the arrow over the top.
There are two ways to do the vector multiplication by the scalars.
First is to do it element by element using the idx range variable. idx needs to appear on both side of the equation
Second is to do it just as a vector multiplication.
The two equations in the image result in the same variable Av
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks Terry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
good
