TheAlgorithms / Python

All Algorithms implemented in Python

Home Page:https://the-algorithms.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Algorithm - Semiconductor Carrier Concentrations

SidhaantThakker opened this issue · comments

I've added an algorithm that computes semiconductor concentrations, under the electronics folder.
It takes two of the following three params as input and returns the third one -

  1. Hole Concentration
  2. Electron Concentration
  3. Intrinsic Concentration
    closes #4791