Is there any way to see the output continuously and operate the switched or change the values while the output is being displayed
@shivamshaw270618 күн бұрын
how to verify truth table of logic gates on easyeda
@maximusachoo19 күн бұрын
1:09 blessyou
@pietheijn-vo1gt23 күн бұрын
Nice video. I wrote a program in ModelingToolkit.jl that models the voltage and temperature dynamics so you can use any recorded temperature and irradiance data directly in a least squares problem.
@pauldirac624327 күн бұрын
Why are we apologizing to richard fineman?😐
@sspickle27 күн бұрын
Basically he used this exact approach in his lectures in 1965, so it's not really "new". www.feynmanlectures.caltech.edu/III_01.html#Ch1-S2
@ruanrossato95412 ай бұрын
Finally understood how an OpAmp works! Thanks
@nemoqwert12372 ай бұрын
I would assume that the (z^2+R^2)^-3/4' would turn out to be 2z* -3/4(z^2+R^2)^-5/4 at 5:00
@sspickle2 ай бұрын
I think it's all resolved a minute or two later.
@nemoqwert12372 ай бұрын
@@sspickle Thx
@darnellwalker6793 ай бұрын
Thank you so much! I am currently in Physics 2 and this helps a lot!
@reinerwilhelms-tricarico3445 ай бұрын
Still in this presentation the 1/2 drops from the sky somehow. And no wonder you get the hbar/2 eigenvalues.
@sspickle5 ай бұрын
yes, we baked the 1/2 in here as an assumption. To get spin 1/2 *out* you're going to need to go to the Dirac equation I think.
@dialectphilosophy6 ай бұрын
This was a really fascinating video to stumble across. What you've essentially done is transfer the velocity vectors into a "phase" or velocity-space; and summed up the arc-length that is described by their rotation within that space and divided by total time traveled. Really interesting.
@VerntheTexasDonvitocolion8 ай бұрын
Can you do this sound in 3d
@munther32389 ай бұрын
Thank you for this
@dylanodgers83819 ай бұрын
Just saved me a bunch of time, thanks
@shubhamchowdhury156410 ай бұрын
Can you make a similar video for Molmer-Sorensen gate. This video was quite helpful
@ВарвараШеремет-й8л10 ай бұрын
it was the BEST video in my life!!! thank you SO MUCHHHHH!!!!!❤❤❤❤❤❤❤❤❤
@pranavvats943910 ай бұрын
Thanks, well explained
@sspickle10 ай бұрын
Glad it was helpful!
@SampleroftheMultiverse10 ай бұрын
Hey Steve, here’s another visual aid. Particle in a box model Thanks for your well produced video. Your viewers might enjoy seeing my personal amateur science project in the visual aid linked below. It uses a sheet of spring-like material buckled from the ends to form a Gaussian curve. This is to represents a two dimensional field with the ends bounded. Seeing the mechanical effect may also takes some of the mystery of what the math is showing. See the load verse deflection graph in the white paper found elsewhere on my KZbin channel. kzbin.info/www/bejne/raOlpKSfepWpfZYsi=waT8lY2iX-wJdjO3
@ЕвгенийЛипин-м2и10 ай бұрын
Thanks for this explanation!
@sspickle10 ай бұрын
You're welcome!
@Chris.Davies11 ай бұрын
Thanks goodness we have some mathematicians and educators who are able to actually show us what the math means.
@NikHem34311 ай бұрын
QFT is when you watch 100 videos and slowly understand until you watch another one and realize you don’t understand at all
@mejerbimarouen8337 Жыл бұрын
please explain how waveforms and psoc creator work together
@sspickle Жыл бұрын
I was just using a digilent box (with the waveforms app) as an oscilloscope. There was no real direct integration with the PSoC.
@mejerbimarouen8337 Жыл бұрын
@@sspickle you mean sir that you generate a data file from Psoc and you use it in waveforms oscilloscope
@sspickle Жыл бұрын
@@mejerbimarouen8337 The PSOC was measuring a manually adjusted analog signal, and producing a PWM signal (time varying digital signal). There was no file. The digilent box, and the waveforms app were just being used as an oscilloscope to monitor the various signals in the project. A standard oscilloscope would've worked just as well, only I didn't have one handy at the time.
@sh1w5z Жыл бұрын
great help driven
@EizabethTracz Жыл бұрын
Jebać Gwizdalę
@SohamChandrachud Жыл бұрын
through which platform/ code/ software were you able to visualize such a thing
@sspickle Жыл бұрын
VPython (see vpython.org)
@waylonluo2565 Жыл бұрын
I went through a couple of video explaining Deutsch's algorithm. This video is the best.
@sspickle Жыл бұрын
Thank you!
@hsuan_0309 Жыл бұрын
I am wondered whether the component can be moved after I put it on the screen, or all I can do is just to recreate the same component if I really want to change the position?
@sspickle Жыл бұрын
try: Right-click -> Edit -> Move. Or "F7" then select the part you want to move, then move it.
@jahongirxayrullaev108 Жыл бұрын
Great explanation. Thank you.
@allenalexander3853 Жыл бұрын
Thank you so so much for this sir. I'm a pre med currently trying to figure this out on my mac for circuits 1 (don't ask how i ended up in this class lol). I'll remember you when I',m doing my post-op rotations my man
@ThomasGutierrez Жыл бұрын
Wonderful lecture! Also, thank you for the shout out when presenting the SML in the beginning!
@sspickle Жыл бұрын
Thank you! Very kind of you.
@cengizhancengiz1919 Жыл бұрын
interesting, I think i missing something in my code... each time I run my code, i get a different plot. Is not supposed to be consistent with the plot but have variable ranges?
@sspickle Жыл бұрын
How many points are you using? If it's a small number you would expect some variation.
@cengizhancengiz1919 Жыл бұрын
@@sspickle makes sense! my familiarity with Python is not high, so I forgot to specify the bins=np.linespace(5,20,21) part after asking for pl.hist(rhoMC). Thank you kindly. Also, I'm assigned to develop an MC analysis for development schedule predictions and figured Python would be a good tool to use. Do you have any recommendations on what to prioritize when exploring Python to develop this analysis tool? Your advice is much appreciated
@sspickle Жыл бұрын
I would start with pandas, numpy, and scipy but there are many others! @@cengizhancengiz1919
@walkermichaels2543 Жыл бұрын
You have saved me! Thank you!
@vlad-alex2gavanescu888 Жыл бұрын
Do you publish this code or github or any platform? I don't see any link in the description.
@sspickle Жыл бұрын
It’s’ been a minute. I may have it somewhere. I’ll check around.
@vlad-alex2gavanescu888 Жыл бұрын
@@sspickleThank you
@mohamedibrahim1836 Жыл бұрын
First, the statstical sampling way is more generative than the quadratic rule that is over simplification. But I also wonder have you thought of sampling from a multivariable covariance distribution instead of single independent?
@sspickle Жыл бұрын
Yes, I think I replied to a question about that in the comments earlier. You can certainly do it! However, this activity is for sophomore students, just learning about random numbers and estimating uncertainty, so that's really out of scope for this particular video.
@mohamedibrahim1836 Жыл бұрын
@@sspickle Thanks for reply, also thanks for the clear tutorial :)
@jacobvandijk6525 Жыл бұрын
10 Years later the quantum computer is still in its embryonic stage, although giants like Google and IBM spend lots of money on their development. Controlling these quantum bits is in practice a lot, lot harder to do than in theory (on a blackboard or a slide) ;-)
@mgahbelal Жыл бұрын
I measured the flow rate 'Q' versus the pressure drop 'dP' curve for some experimental setup. Each parameters has an experimental error. I would like to make a polynominal or a power fit of the data using the averages values, dP=aQ^2+bQ+c, or dP=aQ^b. How can I calculate the error of the fit due to the error in both dP and Q?
@ribamarsantarosa4465 Жыл бұрын
Where do I learn the requisites for this? Logic circuits is clear, but I get blocked in all Deutsch's Problem explanations in what I don't know these notation/algebra (SQRT(2), spins, etc)
@sspickle Жыл бұрын
You can view earlier lessons in this course that deal with many of these concepts!
@ribamarsantarosa4465 Жыл бұрын
@@sspickle a bit disappointed with this answer...
@sspickle Жыл бұрын
@@ribamarsantarosa4465 hmm. Not sure how else to answer. The pre-req for this class is generally called “Modern Physics”. You could search for material from that class?
@ribamarsantarosa4465 Жыл бұрын
@@sspickle I guess I found the wikipedia page "quantum logic gate". I'm maybe also requiring too much from you, because I'm trying to learn as a CS knowing too little about Quantum physics. Nevertheless, I guess however, it'd possible to explain everything under a probabilistic and combinatorics point of view (instead of the physics), because that's what matters (for CS) at the end.... Tnx
@sspickle Жыл бұрын
@@ribamarsantarosa4465 Ah, very good. If you don't care about the underlying physics of a quantum computer, then this content may not be very helpful.
@abdulrahmansalem9660 Жыл бұрын
hello, thank you so much for your video, so are there different codes between Python and Matlab??
@sspickle Жыл бұрын
I'm not a Matlab user, but I'm sure there are corresponding features of Matlab that would accomplish the same result.
@abdulrahmansalem9660 Жыл бұрын
@@sspickle Thank you and I appreciate it.
@fayhu3147 Жыл бұрын
Thank you for the great explanation! Does it mean the initial qubits for this circuit have to be 1s?
@sspickle Жыл бұрын
Yes, that's exactly right.
@fayhu3147 Жыл бұрын
@@sspickle Thanks 👍
@denizakyldz9694 Жыл бұрын
Hello, I am having trouble with top directory, i cant change it in the mac, library folder is not a sub folder of user/name but an independent folder itself. Thats why i cant add new models. Do you have an idea how i can fix this problem?
@sspickle Жыл бұрын
Strange.... maybe try to reinstall? It's not editable for me but it's a subdirectory of my home directory.
@denizakyldz9694 Жыл бұрын
@@sspickle i will try that, thanks! But the thing is, the Library also has other docs from other programs, maybe its a bug, i dont know.
@mihlalizungu8180 Жыл бұрын
You are the Best : ) just finished all the 12 Chapters now ready of my semester Exams
@gastonpossel Жыл бұрын
I place a voltage source, but for some reason I cannot acces it's Settings (to set it's voltage and signal). In the right side bar only two windows appear: Component Properties and Custom properties, non of which let me specify a voltage. :(
@sspickle Жыл бұрын
Did you switch to the simulator tool (Menu -> Tools -> Simulation)?
@GeoffryGifari Жыл бұрын
what's fascinating to me is that in classical mechanics, the potential seems to be able to take any mathematical function of (generalized) position and momentum, but the "potential term" in field theory is limited to powers of the field. No weird terms like exponent, log, or sine and cosine of the field
@HH-yb2dv Жыл бұрын
Hi..thanks
@anywallsocket Жыл бұрын
Please post code 🙏
@sspickle Жыл бұрын
Wow, that's been a minute. I'll see if I can even find it.
@anywallsocket Жыл бұрын
@@sspickle No worries. I just found your videos and am shocked someone is actually visualizing this stuff. Really a huge shame it doesn't happen more often. I guess improving tech will make it easier.
@AK56fire Жыл бұрын
Great video..
@dalmazzog Жыл бұрын
It is very Hard to me to "see" the stuff there. The one dimmension wave evolve in... 2 Dimension (due to complex number....) but in reality... what's that mean???? What happen in a 2D wave?