Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How does python calculate the value of piecewise function

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly introduces how to calculate the segmented function value of python. It is very detailed and has a certain reference value. Interested friends must read it!

Topic reproduction

Solution idea

First of all, Mr. x1 is X2, then we map it to the grid, and finally write an expression to solve it. The effect of the topic, and then a picture, even better!

Code reproduction

#-*-coding:UTF-8-*-# Development time: 2021-9-1 13:27import numpy as npimport matplotlib.pyplot as pltx = np.arange (- 2LINGY) y = np.arange) # generate grid points based on x and y [XLY] = np.meshgrid (x Y) Pxy = 0.5457*np.exp (- 0.75*Y**2-3.75*X**2-1.5cm X) * (X X > 1) +\ 0.7575*np.exp (- Y 0.75*Y**2 2-6*X**2) * ((X+Y-1)) +\ 0.5457*np.exp (- 0.75*Y**2-3.75*X**2 + 1.5cm X) * (X X)

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report