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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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
ttokoro
20-Turquoise
(To:Mikkelrank)

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