Variable in integration
‎Jun 02, 2020
11:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 02, 2020
11:57 AM
Variable in integration
Hi,
I have a simple problem.
I want to put a variable that is not yet define in a small equation. Then, I want to integrate it. But I have a problem because it does not recognize my x variable. All the other variables ( By, wf2, Cy) are define and as a number.
(See de last page of my file)
Thank you !!
Camille
Solved! Go to Solution.
Labels:
ACCEPTED SOLUTION
Accepted Solutions
‎Jun 02, 2020
12:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 02, 2020
12:07 PM
Define Vxb1 as a function of x.
Vxb1(x):=By - wf2.x
Then make sure you write Vxb1(x) in the integral.
Alan
2 REPLIES 2
‎Jun 02, 2020
12:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 02, 2020
12:07 PM
Define Vxb1 as a function of x.
Vxb1(x):=By - wf2.x
Then make sure you write Vxb1(x) in the integral.
Alan
‎Jun 02, 2020
01:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 02, 2020
01:04 PM
Thank you 🙂