cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Translate the entire conversation x

This value must be a function

Mikkelrank
2-Explorer

This value must be a function

I am doing an assignment on electrical engineering and differential equations, but i get a problem with "This value must be a function". I really cant see where the problem is and howto solve this. Mabye some of you can help to spot the error?

ACCEPTED SOLUTION

Accepted Solutions
Werner_E
25-Diamond I
(To:Mikkelrank)

You defined V.in:=5V as a variable, but later use V.in as a function by writing V.in(t).

Thats the reason for the error message.

You have to decide, if V.in should be constant 5V or if it should depend on time!

Of course you can have both by defining V.in(t):=5 V   🙂

View solution in original post

2 REPLIES 2

CR-DC.png

If Vin is not DC but Vin(t) you should do convolution.

Werner_E
25-Diamond I
(To:Mikkelrank)

You defined V.in:=5V as a variable, but later use V.in as a function by writing V.in(t).

Thats the reason for the error message.

You have to decide, if V.in should be constant 5V or if it should depend on time!

Of course you can have both by defining V.in(t):=5 V   🙂

Announcements

Top Tags