Hello everyone, still new to Sage.  followed the pre_tutorials and online 
ingteract wiki examples.  

question:

the  code like bellow.  given the relationship between V and P is V=P+107, 
  and two input_box  are defined. 

@interact

def _(P=input_box(20, width=6, label="power(dBm)"),V=input_box(127, width=6, 
label="voltage(dBuV)")):
    V=P+107


want to know is it possible to realize when I input the new number to the 
input_box of P, the input_box of V will dynamically update the value base 
on the relationship of V=P+107.  and the vice versa.

thanks in advance.



-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to