Python How to solve this electrostatic potential integral equation with Python

AI Thread Summary
The discussion revolves around solving the integral equation φ = ∫₀ʳ φ(r') 4πr'dr'. A participant seeks guidance on how to approach this problem but expresses uncertainty about the equation's formulation. Another participant questions the expression, suggesting that it might be incorrectly written and proposes that it should be 4πr'²dr' instead. This indicates a need for clarification on the mathematical formulation before proceeding with the solution. The conversation highlights the importance of accurate notation in solving integral equations.
Ado
Messages
26
Reaction score
4
Hi!
I would like solve this kind of relation:

\phi = \int_0^r \phi (r') 4 \pi r'dr'

But I don't know how to proceed...

Can you advise me ?

Thank's in advance !
 
Last edited:
Technology news on Phys.org
Look up https://docs.scipy.org/doc/scipy/reference/tutorial/integrate.html.
 
Ado said:
Hi!
I would like solve this kind of relation:

\phi = \int_0^r \phi (r') 4 \pi r'dr'

But I don't know how to proceed...

Can you advise me ?

Thank's in advance !

What is ##\phi(r)##?
 
## 4 \pi r'dr'## looks unfamiliar. You sure it's not ## \ 4 \pi r'^{\,2}\,dr'\ ## ?
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...

Similar threads

Replies
10
Views
3K
Replies
4
Views
1K
Replies
1
Views
1K
Replies
3
Views
2K
Replies
1
Views
1K
Replies
5
Views
2K
Replies
7
Views
2K
Back
Top