Discrete Definition and 829 Threads
-
I Question about ARMA process: Changing a Stochastic Process into a Transfer Function
hello everyone, I have a question about stochastic process (ARMA process) that looks like this : I would like to change it into a transfer function, so the final result looks like this : My question is, is this equation correct? if it is not correct, what should I change for this equation? any...- e0ne199
- Thread
- Control system Control theory Discrete Stochastic process
- Replies: 2
- Forum: General Math
-
C
I Numerically how to approximate exponential decay in a discrete signal
Given a vector of numbers, say [exp(-a t) ] for t - [1, 2, 3, 4, 5] and choose maybe a = -2.4, how can I approximate -2.4 from using Laplace transform methods? I know you can use regression for this, but I'd like to know the Laplace transform (or Z-transform since it is discrete) approach.- cppIStough
- Thread
- Approximation Discrete Exponential
- Replies: 4
- Forum: General Math
-
I Phonon emission : Discrete event or a process with inner detail?
If I understand correctly, when an electron drops to a lower energy state and emits a phoTon, this is a discrete or "atomic" event in the sense that it can't be meaningfully broken down in terms of more detailed sub-processes or interactions. Now in the case of phoNon emission, it is also...- Swamp Thing
- Thread
- Discrete Emission Phonon
- Replies: 2
- Forum: Quantum Physics
-
F
Wavelet transform (CWT and DWT)
Hello, I recently got interested in wavelets. The main idea seems clear: we compute the inner product between the signal ##x(t)## and a chosen wavelet for different scale factors and translations of the wavelet over the signal. The inner product provides the coefficient for a wavelet with a...- fog37
- Thread
- Continuous Discrete Wavelets
- Replies: 4
- Forum: Electrical Engineering
-
I Expressing any given point on plane with one unique number
Currently, as far as I know, the two main ways to express any given point on a plane is through either cartesian plane or polar coordinates. Both of which requires an ordered pair of two numbers to express a point. However, I wonder if there exists such a system that could express any given...- Mashiro
- Thread
- Analytic geometry Continuous Discrete Fractal Plane geometry
- Replies: 4
- Forum: General Math
-
Using a Logarithmic Transformation for a Simpler Random Walk Model
Answer to 1. Answer to 2. How would you answer rest of the questions 4 and 5 ?- WMDhamnekar
- Thread
- Discrete martingale Stochastic processes Time
- Replies: 16
- Forum: Calculus and Beyond Homework Help
-
A References: continuum approximation of discrete sums?
Is there more references for how accurate is the continuum approximation to discrete sums? Perhaps more mathematical. What I've found: https://lonitch.github.io/Sum-to-Int/ https://arxiv.org/pdf/2102.10941.pdf Some examples are: Sum to integral $$\sum_{\mathbf{k}} \to 2 \left ( \frac{L}{2...- yucheng
- Thread
- Approximation Continuum Discrete References Sums
- Replies: 3
- Forum: Quantum Physics
-
I Discrete mathematics--An easy doubt on the notations of sums
I have a doubt about the notation and alternative ways to represent the terms involved in sums. Suppose that we have the following multivariable function, $$f(x,y)=\sum^{m}_{j=0}y^{j}\sum^{j-m}_{i=0}x^{i+j}$$. Now, let ##\psi_{j}(x)=\sum^{j-m}_{i=0}x^{i+j}##. In the light of the foregoing, is...- V9999
- Thread
- Discrete Discrete math Discrete mathematics Doubt Infinite sums Sums
- Replies: 7
- Forum: Set Theory, Logic, Probability, Statistics
-
A
A Discrete type normal distribution
The following is given: $$\displaystyle P(K = k) = \frac{1}{2}~\frac{\sqrt{2}~e^{-\frac{1}{2}~\frac{\left(k -\mu \right)^{2}}{\sigma ^{2}}}}{\sigma ~\sqrt{\pi }}$$ How can you prove that the following equalities are correct? $$\displaystyle \sum _{k=-\infty }^{\infty }1/2\,{\frac {...- Ad VanderVen
- Thread
- Discrete Distribution Normal Normal distribution Type
- Replies: 12
- Forum: Set Theory, Logic, Probability, Statistics
-
A
A A different discrete normal distribution
In the article A Discrete Normal Distribution of Dilip Roy in the journal COMMUNICATION IN STATISTICS Theory and methods Vol. 32, no. 10, pp. 1871-1883, 2003 one can read: A discrete normal (##dNormal##) variate, ##dX##, can be viewed as the discrete concentration of the normal variate ##X##...- Ad VanderVen
- Thread
- Discrete Distribution Normal Normal distribution
- Replies: 2
- Forum: Set Theory, Logic, Probability, Statistics
-
A Can discrete temporal symmetries exist in general relativity?
Our current model (FLRW) is clear that the universe has a continuous temporal asymmetry. This is seen as the expansion factor grows with time, and thermodynamically with entropy. A continuous transformation in the current model ##t \rightarrow t + dt## is not the same as ##t \rightarrow t - dt...- Tertius
- Thread
- Cpt symmetry Discrete General relativity Gr Symmetries Time
- Replies: 22
- Forum: Special and General Relativity
-
Intro Math What were the first modern Discrete Mathematics and Precalculus texts?
What was the first textbook for the modern syllabus of precaclulus which had "precalculus" in the title or subtitle? What was the first textbook for the modern syllabus of discrete mathematics which had "discrete," "discrete mathematics" in the title or subtitle? If you have personal...- The Bill
- Thread
- Discrete Discrete mathematics Mathematics Precalculus
- Replies: 2
- Forum: Science and Math Textbooks
-
E
B Is All Motion Discrete or Continuous in QM?
We were discussing how much weight it would take to stop the mechanism from rotating in this thread: https://www.physicsforums.com/threads/weight-required-to-hang-straight-down-with-known-torque.1016470/#post-6646777 I wondered if there were actually a range of weights that would stop it...- erobz
- Thread
- Continuous Discrete Motion Qm
- Replies: 19
- Forum: Quantum Physics
-
MATLAB Closed form not the same as the discrete form
clear; lambda = 3e-2; x = 4 * pi/lambda * linspace(eps, 15, 100000); T = 5e-3; t = [0:0.001e-3:T] ; % 0.1:1e-3:0.1+T]; u = 3; a = 4*pi/lambda * u; for i = 1:length(x) Z(i) = sum(-((cos(a.*t) - cos(x(i).*t)).^2 + (sin(a.*t) - sin(x(i).*t)).^2)); end % Z1 = csc((a+x)/2) .*...- tworitdash
- Thread
- Closed Closed-form solution Discrete Form Matlab
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
A
A A discrete version of the normal distribution
I have the following function for the normal distribution: $$\displaystyle f \left(x \right) = \frac{1}{2}~\frac{\sqrt{2}~e^{-\frac{1}{2}~\frac{\left(x -\mu \right)^{2}}{\sigma ^{2}}}}{\sigma ~\sqrt{\pi }}$$ How can the following integrals be equal to their sums? $$\displaystyle \int_{-\infty...- Ad VanderVen
- Thread
- Discrete Distribution Normal Normal distribution
- Replies: 2
- Forum: Calculus
-
M
I Please discuss discrete Fourier analysis
It has been 35 years since I did the math for Fourier analysis, and I have forgotten what the subtleties are. Please be kind. So this is not a how do I calculate a DFT (though that may be my next question) but rather how do I use it, and interpret the results. All the online and software I find...- mattrix
- Thread
- Analysis Discrete Fourier Fourier analysis
- Replies: 12
- Forum: General Math
-
A
A The normal equivalent for a discrete random variable
De normal distribution has the following form: $$\displaystyle f \left(x \right) \, = \,\frac{1}{2}~\frac{\sqrt{2}~e^{-\frac{1}{2}~\frac{\left(x -\nu \right)^{2}}{\tau ^{2}}}}{\tau ~\sqrt{\pi }}$$ and it's integral is equal to one: $$\displaystyle \int_{-\infty }^{\infty }\!1/2\,{\frac {...- Ad VanderVen
- Thread
- Discrete Equivalent Normal Normal distribution Random Random variable Variable
- Replies: 25
- Forum: Set Theory, Logic, Probability, Statistics
-
K
I Approximating discrete sum by integral
I can't understand how this approximation works ##\sum_{k=0}^m\left(\frac{k}{m}\right)^n\approx\int_0^m\left(\frac{x}{m}\right)^ndx\tag{1}##Can you please help me -
D
Prove that if any f:X-->Y is continuous, X is the discrete topology
Sketch of proof: ##1.## Let ##V## be open in ##Y##. ##2.## For arbitrary ##f:X\longrightarrow Y## and for arbitrary ##V##, ##f^{-1}(V)## is in ##X##. ##3.## ##f:X\longrightarrow Y## is continuous, so ##f^{-1}(V)## is open in ##X##. ##4.## Every subset ##f^{-1}(V)## of ##X## is open, so ##X##...- docnet
- Thread
- Continuous Discrete Topology
- Replies: 23
- Forum: Calculus and Beyond Homework Help
-
D
I Is time continuous or discrete in quantum physics?
I was working on plotting fidelity with time for two quantum states. First I used discrete time( t= 0,1,2,3...etc) to plot my fidelity. I got constant fidelity as 1 with continuous value of time. Next I used discrete set of values ( t=0 °,30 °,60 °,90 °). Here I saw my fidelity decreases and...- deepalakshmi
- Thread
- Continuous Discrete Fidelity Physics Quantum Quantum physics Quantum states Time Time evolution
- Replies: 2
- Forum: Quantum Physics
-
Engineering Signals in discrete form (scaling, shifting etc.)
Attempting this question without any guidance from my professors unfortunately as they did not teach this bit. Searched online and also there aren't many questions like this. From what I know, (I) Having n-1 means you should shift right by 1, which means x[0] is now equals to 0? So x[n-1] = [0 5...- jisbon
- Thread
- Discrete Form Scaling Signals
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
Discrete data vs continous data in statistics
I would like to seek your take on the two terms; discrete and continuous in this context, In my understanding, when we look at height of individuals (in cms), this measure in general or in definition implies continuous data. If we are to look at specific math problem that involves height of say...- chwala
- Thread
- Data Discrete Statistics
- Replies: 9
- Forum: Precalculus Mathematics Homework Help
-
U
Question on discrete commutation relation in QFT
Given the commutation relation $$\left[\phi\left(t,\vec{x}\right),\pi\left(t,\vec{x}'\right)\right]=i\delta^{n-1}\left(\vec{x}-\vec{x}'\right)$$ and define the Fourier transform as...- user1139
- Thread
- Commutation Commutator Discrete Qft Relation
- Replies: 1
- Forum: Advanced Physics Homework Help
-
What are Initial Conditions and How Do You Write Them for the 2D Wave Equation?
I am having problems writing the initials conditions.- RealKiller69
- Thread
- 2d Discrete Membrane Wave Wave equation
- Replies: 1
- Forum: Advanced Physics Homework Help
-
Optimal Discrete Sampling of Histogram
I am wondering if this problem has a name, and what is the most efficient way to solve it. Say you have a normalized histogram ##h(P)## (representing a pdf estimated from a large population), with ##n## bins, you want to generate a sample of points ##S## from ##h(P)## of size ##k##, such that...- Jarvis323
- Thread
- Discrete Histogram Sampling
- Replies: 3
- Forum: Programming and Computer Science
-
I Discrete symmetries and conserved quantities
Hi, please correct me if I use a wrong jargon. If I have discrete symmetries (like for example in a crystal lattice) can I find some conserved quantity ? For example crystal momentum is conserved up to a multiple of the reciprocal lattice constant and it is linked (I think) to the periodicity...- dRic2
- Thread
- Conserved quantities Discrete quantities Symmetries
- Replies: 5
- Forum: Quantum Physics
-
Advice for my first course in Discrete Signal Processing?
Summary:: I'm about to take my first course in DSP. It is a one term graduate course using the 4th edition of Proakis. I'm about to take my first course in DSP. It is a one term graduate EE course using the 4th edition of Proakis. Does anyone with experience in this have useful advice for such...- snatchingthepi
- Thread
- Course Discrete Processing Signal Signal processing
- Replies: 3
- Forum: STEM Academic Advising
-
I
A What is the packet speed in the discrete case?
I've been struggling with the problem below for some time. It is not a homework. A simple bubble S is a spherical surface that expands with constant speed c. A vector bubble V also expands with the same constant speed c. There is a 3d vector associated with a V. If two S bubbles touch, they...- intervoxel
- Thread
- 3d Calculation Discrete Speed
- Replies: 2
- Forum: General Math
-
Probability distribution for discrete data
this is a textbook problem shared on a whattsap group by a colleague... i have no problem in finding the value of ##k=0.08##, i have a problem with part (ii) of the problem. I have attached the solution here; how did they arrive at the probability distribution of ##y##? attached below is...- chwala
- Thread
- Data Discrete Distribution Probability Probability distribution
- Replies: 8
- Forum: Calculus and Beyond Homework Help
-
M
I Discrete Orthogonality Relations for Cosines
Hi all, I've come across some problem where I have terms such as ##\sum_{j=1}^N \cos(2 \pi j k /N) \cos(2 \pi j k' /N)##, or ##\sum_{j=1}^N \cos(2\pi j k/ N)##, or ## \sum_{j=1}^N \cos(2\pi j k/ N) \cos(\pi j) ##. In all cases we have the extra condition that ##1 \le k,k' \le N/2-1## (and...- madness
- Thread
- Discrete Orthogonality Relations
- Replies: 8
- Forum: General Math
-
Sum of the Expected Values of Two Discrete Random Variables
Apologies if this isn't the right forum for this. In my stats homework we have to prove that the expected value of aX and bY is aE[X]+bE[Y] where X and Y are random variables and a and b are constants. I have come across this proof but I'm a little rusty with summations. How is the jump from the...- TheBigDig
- Thread
- Discrete Expectation value Random Random variables Statistic Sum Variables
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
Classical Book on discrete mechanics (particularly interested in Lagrangian)
Hi.I am looking for a book to learn about discrete mechanics (i.e. working in a 3D lattice instead of ##n## generalized coordinates). I am particularly interested in how to derive the discrete E-L equations by extremizing the action. I have checked Gregory and Goldstein but they do not deal...- JD_PM
- Thread
- Book Discrete Lagrangian Mechanics
- Replies: 1
- Forum: Science and Math Textbooks
-
I Discrete Euler-Lagrange equations
I want to derive the discrete EL equations $$\frac{d}{dt} \frac{\partial L}{\partial \dot \phi_a^{(i j k)}} - \frac{\partial L}{\partial \phi_a^{(i j k)}} = 0$$ We deal with a Lagrange density which only depends on the fields themselves and their first order derivatives. We discretize space...- JD_PM
- Thread
- Discrete Euler-lagrange
- Replies: 3
- Forum: Classical Physics
-
I Continuous vs discrete Universe
I've come across the question of continuity vs discreteness in different articles, discussions, etc. but I'm not sure that I am 100% clear on what the precise question is. My basic interpretation of it is a question of whether the Universe is made up of lots of separate entities which all...- Lynch101
- Thread
- Continuous Discrete Universe
- Replies: 29
- Forum: Quantum Interpretations and Foundations
-
Q
A Invariance of discrete Spectrum with respect a Darboux transformation
According to this this the Darboux transformation preserves the discrete spectrum of the Haniltonian in quantum mechanics. Is there a proof for this? My best guess is that it has to do with the fact that $$Q^{\pm}$$ are ladder operators but I'm not sure.- QuantumDuality
- Thread
- Discrete Invariance Operators Quantum machenics Spectrum Supersymmetry Transformation
- Replies: 1
- Forum: Quantum Physics
-
D
Replacing a discrete charge density with a continuous one
Hello, it's been a while since I've done any proper electrostatics, but I have a problem where I have a bunch of discrete point charges within some volume V bounded by a surface S. I am wondering if it is possible to replace the discrete charge density in my volume V by some continuous surface...- dipole
- Thread
- Charge Charge density Continuous Density Discrete
- Replies: 16
- Forum: Electromagnetism
-
F
Aliasing, Continuous sinusoids and discrete sinusoids....
Hello, I understand that continuous sinusoids can have any arbitrary frequency ##f## and are always periodic with period ##T=1/f##. A continuous sinusoid looks like this: $$x(t)= sin(2\pi f t+\theta_0)$$ On the other hand, discrete-time sinusoids are not always periodic. They are periodic only...- fog37
- Thread
- Continuous Discrete Sinusoids
- Replies: 3
- Forum: Computing and Technology
-
Discrete Fourier transform question
Summary:: Discrete Fourier transform exam question Hi there, I'm not really sure how to do this question at all. Any help would be appreciated.- thereddy
- Thread
- Discrete Discrete fourier transform Fourier Fourier transform Transform
- Replies: 6
- Forum: Calculus and Beyond Homework Help
-
I
MHB Expected Value of Cup of Coffee in Flip a Lid Contest
In its flip a lid contest, a coffee chain offers prizes of 50,000 free coffees, each worth \$1.50; two new TVs, each worth \$1200; a snowmobile worth \$15 000; and sports car worth \$35 000. A total of 1 000 000 promotional coffee cups have been printed for contest. Coffee sells for \$1.50 per...- Istar
- Thread
- Coffee Discrete Expected value Probability Value
- Replies: 5
- Forum: General Math
-
MHB Open Sets in a Discrete Metric Space .... ....
In a discrete metric space open balls are either singleton sets or the whole space ... Is the situation the same for open sets or can there be sets of two, three ... elements ... ? If there can be two, three ... elements ... how would we prove that they exist ... ? Essentially, given the...- Math Amateur
- Thread
- Discrete Metric Metric space Sets Space
- Replies: 2
- Forum: Topology and Analysis
-
A
Displacement as a discrete function of time
Given initial displacement ##X_0## and displacement at any time ##t## as ##x##. Where ##x(t)=f_t(X_0)## where the functional dependence of ##x## upon ##X_0## changes with time. For exm ##X_0=2## and ##x(t_1)=X^2_0=4,x(t_2)=X^2_0+1=5,x(t_3)=X_0^3+3=11...##and so on. From this, is there any method...- Apashanka
- Thread
- Discrete Displacement Function Time
- Replies: 14
- Forum: Introductory Physics Homework Help
-
MATLAB Choosing the optimal curve from a discrete dataset
Hello, I'm currently working on an assignment which requires me to choose an optimal curve of power generation based on data points generated by a script I wrote (attached for reference, TideHeight1s is the source data for the script, the txt file contains the code for the .m script). The...- szopaw
- Thread
- Curve Discrete
- Replies: 10
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
Fortran Discrete Element Method in FORTRAN 90 for collisions of particles
Does anyone know a simple implementation in FORTRAN 90 of collisions of particles?- Purahei
- Thread
- Collisions Discrete Element Fortran Method Particles
- Replies: 13
- Forum: Programming and Computer Science
-
Black Body Radiation -- why is it not at discrete wavelengths?
I was looking at Kirchoffs Laws: "A solid, liquid or dense gas produces a continuous spectrum". I would expect objects to produce an emission spectrum since we would be observing the photons that come from spontaneous emission of electrons in excited states. This photons are specific to the...- SebastianRM
- Thread
- Black body Black body radiation Body Discrete Radiation Wavelengths
- Replies: 3
- Forum: Thermodynamics
-
B Normalizability of continuous and discrete spectrum
I was reading introduction to quantum mechanics by DJ Griffiths and while discussing the formalism of quantum mechanics, he says that if for a hermitian operator, the eigenvalues are continuous, the eigenfunctions are non-normalizable whereas if the eigenvalues are discrete, then they can be...- Sunny Singh
- Thread
- Continuous Discrete Spectrum
- Replies: 3
- Forum: Quantum Physics
-
Discrete Mathmatics :logically equivalent
1. Consider the statement S =[¬(p ->q)]V[¬(pVq)]. (a) Construct truth tables for S. (b) Find a simpler expression that is logically equivalent to S.- Ziek_4790
- Thread
- Discrete Equivalent Mathmatics
- Replies: 7
- Forum: Programming and Computer Science
-
J
I Discrete Topology and Closed Sets
I am trying to learn some topology and was looking at a problem in the back of the book asking to show that a topological space with the property that all set are closed is a discrete space which, as understand it, means that all possible subsets are in the topology and since all subsets are...- joshthekid
- Thread
- Closed Discrete Sets Topology
- Replies: 12
- Forum: Topology and Analysis
-
B Mixing two discrete audio signals
Suppose I have two audiofiles in 16 bit PCM, both recorded on a level that, except for the noise and distortion, is maximally recorded, or that the maximum recording level results in the maximum PCM level. So, the signal is recorded on the maximum level such that there is no clipping. If we...- entropy1
- Thread
- Audio Discrete Mixing Pcm Signal Signals
- Replies: 13
- Forum: General Math
-
C
I Expected Value of 2^X and 2^-X for Geometric and Poisson Distributions?
For the following distributions find $$E[2^X]$$ and $$E[2^{-X}]$$ if finite. In each case,clearly state for what values of the parameter the expectation is finite. (a) $$X\sim Geom(p)$$ (b) $$X\sim Pois(\lambda)$$ My attempt: Using LOTUS and $$E[X]=\sum_{k=0}^{\infty}kP(X=k)=\frac{1-p}{p}$$...- Cedric Chia
- Thread
- Discrete Expected value Random variables Value
- Replies: 2
- Forum: Set Theory, Logic, Probability, Statistics
-
I Are time and space continuous or discrete?
In another forum, some people argue that time and space are discrete, due to Planck time and Planck length. However, I disagree with this idea. I think, the Planck time and Planck length are just some scales that we can measure, but they do not forbid continuous time and space shorter than...- Haorong Wu
- Thread
- Continuous Discrete Quantum mechanics Space Time
- Replies: 8
- Forum: Quantum Physics