Taking into account the inflation that the world is experience right now, 52B doesn't sound a lot of money, TSMC alone is putting 12B of its own money in the Arizona fab, wanting US companies to cut future revenue in China for investment crumbs that will mostly benefit Intel doesn't sound to great.Maybe this is a way out for Chip companies that were forced to invest in the US. Many of them have already complained about cost overrun and lack of qualified workers.
Taking into account the inflation that the world is experience right now, 52B doesn't sound a lot of money, TSMC alone is putting 12B of its own money in the Arizona fab, wanting US companies to cut future revenue in China for investment crumbs that will mostly benefit Intel doesn't sound to great.
IMO it's because EE is just outright harder than computer science. In fact I'd say it's the 2nd hardest major overall (below only a math degree).
China should counter by doing something similar. The world cannot allow US control of the chips industry.Taking into account the inflation that the world is experience right now, 52B doesn't sound a lot of money, TSMC alone is putting 12B of its own money in the Arizona fab, wanting US companies to cut future revenue in China for investment crumbs that will mostly benefit Intel doesn't sound to great.
I took Control Systems in my fourth year. It was damn hardIMO it's because EE is just outright harder than computer science. In fact I'd say it's the 2nd hardest major overall (below only a math degree).
People say physics is math heavy. True but it is intuitive math, just some calculus, and it is easy to draw a picture in your head for classical mechanics, thermodynamics, even quantum mechanics (i.e. graphing simple wavefunctions). The graphs are easy to understand, usually something as a function of time or distance. These are relatively easy graphs to read: it's either something changing with time, or a spatial distribution.
Even in physics, the universally most hated/feared class is classical electrodynamics which is just 1 class but is basically half the classes for an EE.
Eventually you develop a 'intuition' and don't need too much math to explain concepts and most of all, you just view real world phenomena as a "modified case" of something you already solved before.
Electrical engineering is much more abstract.
Agree, EE is very abstract so that adds up to its difficulty. In my HMO Digital electronics is not that hard compared for example to analog electronics or designing mixed signal circuits.IMO it's because EE is just outright harder than computer science. In fact I'd say it's the 2nd hardest major overall (below only a math degree).
People say physics is math heavy. True but it is intuitive math, just some calculus, and it is easy to draw a picture in your head for classical mechanics, thermodynamics, even quantum mechanics (i.e. graphing simple wavefunctions). The graphs are easy to understand, usually something as a function of time or distance. These are relatively easy graphs to read: it's either something changing with time, or a spatial distribution.
Even in physics, the universally most hated/feared class is classical electrodynamics which is just 1 class but is basically half the classes for an EE.
Eventually you develop a 'intuition' and don't need too much math to explain concepts and most of all, you just view real world phenomena as a "modified case" of something you already solved before.
Electrical engineering is much more abstract.
The half of EE that’s physics is fine. The half of EE that gets into system design is basically applied math with real constraints imposed by physical parameters. Which is a pain. I never did an EE degree but from watching friends tackle the degree and from dabbling into the subject a bit on my own (either for work related stuff or just for fun) my understanding is that the right approach to get through the degree is to discard trying to comprehend everything by first principles, recognize most things you’re being taught about systems design are just good enough patterns that people have agreed to go with to make things work so a lot of that knowledge is just pattern memorization, and then tinker with better ways to think about the mechanics of system design or how to improve it on your own time. So basically the opposite learning method you get used to for any other subdomain of physics.Agree, EE is very abstract so that adds up to its difficulty. In my HMO Digital electronics is not that hard compared for example to analog electronics or designing mixed signal circuits.
although EE is more code like these days, you see, a designer basically write chips in a hardware description language and everything from the verification to electrical simulation(spice) to the layout generation is done algorithmically. Processes and devices are designed in TCAD finite element programs, some even use python or matlab to simulate processes. But still, different from coding all this devices and processes has to be built and tested in the real world not just to run in a computer, that makes thing more difficult.