Aug 10, 2003 #1 noop Electrical Joined Aug 10, 2003 Messages 5 Location CA Vin:=5.0 Vout:=3.3 D:=.5 a guess Given Vout = Vin.D (the dot here is realy a multiply) D:=Find(D) D= (there is a place holder after the =) My question is: Why doesn't D=0.66???
Vin:=5.0 Vout:=3.3 D:=.5 a guess Given Vout = Vin.D (the dot here is realy a multiply) D:=Find(D) D= (there is a place holder after the =) My question is: Why doesn't D=0.66???
Aug 10, 2003 #2 IRstuff Aerospace Joined Jun 3, 2002 Messages 44,895 Location US The "equation(s)" after the given must be entered using [ctrl]+=, i.e., a control-enter, which normally appears as a bolded equal sign. TTFN Upvote 0 Downvote
The "equation(s)" after the given must be entered using [ctrl]+=, i.e., a control-enter, which normally appears as a bolded equal sign. TTFN
Aug 10, 2003 Thread starter #3 noop Electrical Joined Aug 10, 2003 Messages 5 Location CA I did that for the equation Vout = D*Vin Upvote 0 Downvote
Aug 10, 2003 Thread starter #4 noop Electrical Joined Aug 10, 2003 Messages 5 Location CA Still doesn't work :-( try it Upvote 0 Downvote
Aug 10, 2003 #5 GregLocock Automotive Joined Apr 10, 2001 Messages 23,890 Location Orbiting a small yellow star works perfectly for me. There must be something wrong with your typing, the error message should not be a placeholder. did you type D=, not D: as your last line? Cheers Greg Locock Upvote 0 Downvote
works perfectly for me. There must be something wrong with your typing, the error message should not be a placeholder. did you type D=, not D: as your last line? Cheers Greg Locock
Aug 10, 2003 Thread starter #6 noop Electrical Joined Aug 10, 2003 Messages 5 Location CA Thanks Greg! That was it, I had typed Cntl+= for that last = Interesting there are are at least three versions of "=" then: type: = type: : type: cntl + = (control =) Upvote 0 Downvote
Thanks Greg! That was it, I had typed Cntl+= for that last = Interesting there are are at least three versions of "=" then: type: = type: : type: cntl + = (control =)
Aug 10, 2003 #7 IRstuff Aerospace Joined Jun 3, 2002 Messages 44,895 Location US This is all explained in the manual as well as the help files. := is the assignment operator = is the result operator [crtl]= is the constraint operator TTFN Upvote 0 Downvote
This is all explained in the manual as well as the help files. := is the assignment operator = is the result operator [crtl]= is the constraint operator TTFN
Aug 11, 2003 Thread starter #8 noop Electrical Joined Aug 10, 2003 Messages 5 Location CA Ya ya ... I know RTFM Thanks guys Upvote 0 Downvote