Homework questions are welcome, as long as they are asked honestly, explain the problem, and show sufficient effort. Please do not use this as the only tag for a question. Please do not add this tag to questions by other people unless they explicitly say that their question is part of their ...

learn more… | top users | synonyms

0
votes
0answers
109 views

Obtaining fourier transform for Root Raised Cosine pulse

I have been trying to obtain the Fourier transform for time domain root-raised-cosine pulse using Mathematica. The answer I'm getting from Mathematica is not the correct answer. When I input the ...
0
votes
0answers
97 views

ListPlot and Union related question

This is the question that I got for my assignment: In a square room with 7 m-long sides, five people (black circles) have shot at random people. They all had two bullets and killed two people ...
0
votes
0answers
148 views

Boundary Value Problem

I have to solve this boundary value problem: $$\frac{\mathrm{d}e_{3x}}{\mathrm{d}l}=(M_0+F_{0z}x-F_{0x}z)e_{3z}$$ $$\frac{\mathrm{d}e_{3z}}{\mathrm{d}l}=-(M_0+F_{0z}x-F_{0x}z)e_{3x}$$ ...