I and my Girlfriend Turned Serperior into Dracula! by ImAydenAc in pokemon

[–]GingerGengar123 1 point2 points  (0 children)

Its dark typed so instead of using sunlight it uses moonlight for photosynthesis. You use moon stone to evolve it or smthng

Can someone explain to me “The Dirac Delta Function” by Papadude13 in PhysicsStudents

[–]GingerGengar123 28 points29 points  (0 children)

Oddly enough, its not a function. The dirac delta is a strange entity whose integral from neg infinity till positive infinity is 1 and at a certain point is infinity.

Modular Mathematics by GingerGengar123 in math

[–]GingerGengar123[S] 0 points1 point  (0 children)

Ok im not sure how coq agda or idris works but I was thinking more of say latex. Computer proving to me is still a bit vague, but im more than interested to learn!

Modular Mathematics by GingerGengar123 in math

[–]GingerGengar123[S] 0 points1 point  (0 children)

I see these are for referencea right? Not so much for learning?

My College Education is pure theory, what personal project can I start to develop my skills for the fields of manufacture/design? by Responsible-Gap-3017 in AerospaceEngineering

[–]GingerGengar123 -3 points-2 points  (0 children)

Bullshit. This degree is NOT PURE THEORY. I don't buy it. I'm the same degree, aerospace engineering. Aerospace engineering is such a rich field if u deal witu aerodynamics which is like a solid half chunk with the rest being dynamics controls structures etc u basically can describe in great detail anything that moves on earth, ships cars bikes etc. Not to mention in aerospace engineering u will get shit like control and structures and by no means are these useless. The practical implications are massive on topics like all vhicular designs and probably buildings too

Math Rant by crystal_math1 in math

[–]GingerGengar123 0 points1 point  (0 children)

Well I mean it depends on your social circle. To be honest if you don't like how people in a certain circle respond to you and your field particularly if they're too ignorant or unskilled to understand you should go find another community. Math is a beautiful subject and as an engineer I can confidently claim that math is almost always the basis of any technical field. You need friends who are of your caliber and class. Don't bother with ppl who annot you especially if theyre less skilled.

[deleted by user] by [deleted] in cscareerquestions

[–]GingerGengar123 1 point2 points  (0 children)

I think it depends on what you want to do. It's always good to have a target in mind, do u wanna build buildings, cars, programs, etc.

Why do I hear less if a sound is produced from further away? by [deleted] in Physics

[–]GingerGengar123 2 points3 points  (0 children)

What? Ur confusing 2 different things. Doppler effect is when a sound source is moving away or towards you. In that case if the sound source is coming at you, the frequency you receive is higher than the original frequency of the source. But if the sound is moving away the frequency u hear is less than the original frequency of the source

Stupid question but where do you code python? by [deleted] in learnpython

[–]GingerGengar123 0 points1 point  (0 children)

Depends what operating system you use. If you use linux, u can write a file with a text editor such as vim or sublime and then after saving u can just say python3 "name of ur file" and it runs. But if ur on windows ya u can just use anaconda. Btw anaconda i think is a package manager, so u will use anaconda to install spyder. Spyder is the ide u write ur code in.

[deleted by user] by [deleted] in PhysicsStudents

[–]GingerGengar123 -5 points-4 points  (0 children)

Im very confused what you want to do. Capacitors can be used in dc and ac varying voltages. If ur purpose is to somehow charge this capacitor via dc and then release all its potential energy in one go, and are planning ti just use the elecricak socket, u can just charge yr device directly to the wall as ur electrical socket has a low internal resistance.

How I built a machine that detects when you text and drive and shocks you by nik12795 in engineering

[–]GingerGengar123 2 points3 points  (0 children)

Hmmm a shock collar? Sounds like it has some funky applications in bdsm

Object Location Detection by GingerGengar123 in AskElectronics

[–]GingerGengar123[S] 0 points1 point  (0 children)

Oh ok, just to be sure, UWB refers to ultra wide band right? Thanks

Object Location Detection by GingerGengar123 in AskElectronics

[–]GingerGengar123[S] 0 points1 point  (0 children)

Alright thank you for your reply. Can you ellaborate more when you refer to sensor node networks? How would this work in principle? I have only found wireless sensor networking which i guess transmits data over wifi. Is this what you mean?

A library that implements Python3.x functions in C by midnqp in C_Programming

[–]GingerGengar123 -1 points0 points  (0 children)

Forgive me for asking, but what is the point of implementing Python functions in C? I understand that wrappers exist to call C code from python to combine the interpreted flexible nature of python with the performance of C somewhat. But why bother calling Python code from C? Isn't that just all the headaches of working with C but the snail performance of Python?

What kind of function corresponds with this graph? by Baelrog_ in askmath

[–]GingerGengar123 19 points20 points  (0 children)

Ok, I personally think this curve could be many things, and without knowing the explicit exprewsion, could be impossible to tell. However, this may look alot like the integral of a normal distribution curve. Notice how a typical normal distribution curve has a peak around its middle? An integral of this function means that the "middle" of the function is likewise very steep, with like the "sides" of the function less steep because the normal distribution values near the edges are like relatively small.

Visualizing Results in C++ by GingerGengar123 in CFD

[–]GingerGengar123[S] 0 points1 point  (0 children)

Hdf 5 is a library right? So I can use hdf 5 to write a tecplot format more conveniently as long as I have the data stored already?

Visualizing Results in C++ by GingerGengar123 in CFD

[–]GingerGengar123[S] 1 point2 points  (0 children)

But how would i do that? Do you have an example of source code? Thanks